Hi,
Can anyone help me to convert the following VB6 code into C#???
Declare Function SQLSetConnectOp tion Lib "ODBC32.DLL " (ByVal hDbc As Long,
ByVal iOption As Integer, ByVal lValue As Long) As Integer
Thanks in advance
pcPirate
Can anyone help me to convert the following VB6 code into C#???
Declare Function SQLSetConnectOp tion Lib "ODBC32.DLL " (ByVal hDbc As Long,
ByVal iOption As Integer, ByVal lValue As Long) As Integer
Thanks in advance
pcPirate
Comment