pcPirate
Regular
Hi,
I have a simple question, how do I convert the following VB6 code into C#?
Declare Function SQLSetConnectOption Lib "ODBC32.DLL" (ByVal hDbc As Long, ByVal iOption As Integer, ByVal lValue As Long) As Integer
Thanks in advance.
pcPirate
I have a simple question, how do I convert the following VB6 code into C#?
Declare Function SQLSetConnectOption Lib "ODBC32.DLL" (ByVal hDbc As Long, ByVal iOption As Integer, ByVal lValue As Long) As Integer
Thanks in advance.
pcPirate