Click here to Skip to main content
15,902,779 members
Home / Discussions / C#
   

C#

 
QuestionWindows Mobile Application Pin
aruna_koride16-Sep-06 19:18
aruna_koride16-Sep-06 19:18 
AnswerRe: Windows Mobile Application Pin
ar-116-Sep-06 21:13
ar-116-Sep-06 21:13 
QuestionDatagrid Values. Pin
deepaks316-Sep-06 18:04
deepaks316-Sep-06 18:04 
AnswerRe: Datagrid Values. Pin
Jakob Farian Krarup17-Sep-06 19:36
Jakob Farian Krarup17-Sep-06 19:36 
Questionopening a file such as pdf,doc etc Pin
Amar Chaudhary16-Sep-06 2:40
Amar Chaudhary16-Sep-06 2:40 
AnswerRe: opening a file such as pdf,doc etc Pin
Judah Gabriel Himango16-Sep-06 16:35
sponsorJudah Gabriel Himango16-Sep-06 16:35 
GeneralRe: opening a file such as pdf,doc etc Pin
Amar Chaudhary17-Sep-06 6:55
Amar Chaudhary17-Sep-06 6:55 
QuestionWhat is the reason of this error "Must declare the scalar variable @MySign"? Pin
Orchid8516-Sep-06 2:20
Orchid8516-Sep-06 2:20 
Hi every one ,
I'm programming with C# and I wrote below code :
command = new System.Data.Odbc.OdbcCommand();
command.CommandType = System.Data.CommandType.Text;
commString = "INSERT INTO MyTable (MySign) VALUES (@MySign)";
command.CommandText = commString;
command.Connection = SqlConn; //is defined
command.Parameters.Add("@MySign", OdbcType.VarBinary).Value = MySign;
SqlConn.Open();
command.ExecuteNonQuery();
SqlConn.close()
but I get <must declare="" the="" scalar="" variable="" "@mysign"=""> error,what is my mistake?
Please help me.
yours sincerely.
Orchid
AnswerRe: What is the reason of this error "Must declare the scalar variable @MySign"? Pin
Guffa16-Sep-06 2:25
Guffa16-Sep-06 2:25 
GeneralRe: What is the reason of this error "Must declare the scalar variable @MySign"? Pin
Orchid8516-Sep-06 2:31
Orchid8516-Sep-06 2:31 
AnswerRe: What is the reason of this error "Must declare the scalar variable @MySign"? Pin
Guffa16-Sep-06 20:36
Guffa16-Sep-06 20:36 
GeneralRe: What is the reason of this error "Must declare the scalar variable @MySign"? Pin
Orchid8516-Sep-06 22:53
Orchid8516-Sep-06 22:53 
GeneralRe: What is the reason of this error "Must declare the scalar variable @MySign"? Pin
Orchid8516-Sep-06 22:55
Orchid8516-Sep-06 22:55 
QuestionRepeat how to read offset Pin
Parshant Verma16-Sep-06 1:13
Parshant Verma16-Sep-06 1:13 
AnswerRe: Repeat how to read offset Pin
Nader Elshehabi16-Sep-06 1:19
Nader Elshehabi16-Sep-06 1:19 
QuestionRepeat how to read offset Pin
Parshant Verma16-Sep-06 1:26
Parshant Verma16-Sep-06 1:26 
AnswerRe: Repeat how to read offset Pin
Nader Elshehabi16-Sep-06 1:32
Nader Elshehabi16-Sep-06 1:32 
QuestionRe: Repeat how to read offset Pin
Parshant Verma16-Sep-06 2:32
Parshant Verma16-Sep-06 2:32 
AnswerRe: Repeat how to read offset Pin
Guffa16-Sep-06 1:40
Guffa16-Sep-06 1:40 
Questionhow to read offset Pin
Parshant Verma16-Sep-06 2:13
Parshant Verma16-Sep-06 2:13 
AnswerRe: how to read offset Pin
Guffa16-Sep-06 20:41
Guffa16-Sep-06 20:41 
QuestionHow to read byt buffer to 4 byt as a offset Pin
Parshant Verma16-Sep-06 0:56
Parshant Verma16-Sep-06 0:56 
AnswerRe: How to read byt buffer to 4 byt as a offset Pin
Nader Elshehabi16-Sep-06 1:00
Nader Elshehabi16-Sep-06 1:00 
QuestionHow to know that Datagrid values are modified Pin
vaishali1016-Sep-06 0:38
vaishali1016-Sep-06 0:38 
AnswerRe: How to know that Datagrid values are modified Pin
Nader Elshehabi16-Sep-06 1:04
Nader Elshehabi16-Sep-06 1:04 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.