Private Const SQL_OV_ODBC3 As Integer = 3
If SQL_SUCCESS = SQLSetEnvAttr(h env, SQL_ATTR_ODBC_V ERSION,
CType(SQL_OV_OD BC3, IntPtr), 0) Then
Hi Geeks,
I have and error saying that SQL_OV_ODBC3 cannot convert to IntPtr...
How can I fix this??
Tks
JFB
If SQL_SUCCESS = SQLSetEnvAttr(h env, SQL_ATTR_ODBC_V ERSION,
CType(SQL_OV_OD BC3, IntPtr), 0) Then
Hi Geeks,
I have and error saying that SQL_OV_ODBC3 cannot convert to IntPtr...
How can I fix this??
Tks
JFB
Comment