Hello. I am trying to connect to the Gupta SQLBase in VB using the following connection string:
cnConnection.Provider = "SQLBASEOLEDB"
cnConnection.ConnectionString = "User ID=*******;Password=******;Data Source=*servername*;Initial Catalog=" & sDatabase
cnConnection.ConnectionTimeout = 90
cnConnection.CommandTimeout = 90
cnConnection.Open
I keep getting the error message:
"Can't load any communication DLLs. Network may not be installed"
Any information on this would be appreciated. I can not seem to get around this error message. Thanks!
cnConnection.Provider = "SQLBASEOLEDB"
cnConnection.ConnectionString = "User ID=*******;Password=******;Data Source=*servername*;Initial Catalog=" & sDatabase
cnConnection.ConnectionTimeout = 90
cnConnection.CommandTimeout = 90
cnConnection.Open
I keep getting the error message:
"Can't load any communication DLLs. Network may not be installed"
Any information on this would be appreciated. I can not seem to get around this error message. Thanks!