|
-
August 3rd, 2007, 11:56 AM
#1
c# program and ODBC command
Hi,
I am trying to call a stored procedure within a C# program. I get an
error [I]"The type or namespace name 'CommandType' could not be found (are you missing a using directive or an assembly reference?)",[/I] at the line where I am setting the command type as a stored procedure.
m_cmdPINInsert.CommandType = CommandType.StoredProcedure;
Can someone help what I am overlooking here.
Thanks,
Gurupot.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|