hi,
I have created an ODBC connection for sql server and I have proved the connection with good results. But when I try to conect to that connection with the programming tool Microsoft Visual Basic it gives me an error.
I want to create a global connection:
Global oConnection As New ADODB.Connection
After I try to open the ODBC:
oConnection.Open "p_sqlserver"
Can you help me?