sqlexecdirect (odbc32)
Last changed: -201.0.182.247

.
Summary
TODO - a short description

C# Signature:

[DllImport("odbc32.dll",CharSet=CharSet.Unicode)]
static extern short SQLExecDirect (int statementHandle,
   string statementText, int textLength);

VB Signature:

<Runtime.InteropServices.DllImport("odbc32.dll", CharSet:=Runtime.InteropServices.CharSet.Unicode)> _
    Private Shared Function SQLExecDirect(ByVal statementHandle As IntPtr, ByVal statementText As String, _
    ByVal textLength As Short) As Short
    End Function

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation