An application must call SQLAllocStmt prior to submitting SQL statements.
[DllImport("odbc32.dll")]
static extern short SQLAllocStmt(IntPtr ConnectionHandle, out IntPtr StatementHandle);
<Runtime.InteropServices.DllImport("odbc32.dll", CharSet:=Runtime.InteropServices.CharSet.Unicode)> _
Private Shared Function SQLAllocStmt(ByVal connectionHandle As IntPtr, <Runtime.InteropServices.Out()> _
ByRef statementHandle As IntPtr) As Short
End Function
None.
Do you know one? Please contribute it!
None.
Please add some!
Please add some!