you dont need to put BEGIN and all that. it knows if its a stored procedure
try
hth,Code:m_cmdStoredProc.CommandType = CommandType.StoredProcedure; m_cmdStoredProc.CommandText = storProc;
mcm
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 15 of 16
Thread: c# program and ODBC commandThreaded View
|
Click Here to Expand Forum to Full Width |