[DllImport("odbc32.dll", CharSet = CharSet.Unicode, SetLastError = true)] public static extern int SQLExecDirect( IntPtr hstmt, IntPtr szSqlStr, int cbSqlStr );
Microsoft documentation: Link
Last updated 1 year ago