R
Robert Dufour
This is the error I get
Message "No error information available: DB_E_ERRORSOCCURRED(0x80040E21)."
String
This is the basic code with whicj I am testing it.
Dim MyConn As New System.Data.OleDb.OleDbConnection
MyConn.ConnectionString = "Provider=sqloledb.1;data source=MAX;initial
catalog=RmtTel; Integrated security=True"
MyConn.Open() This statement gives me the above error, however from reading
the docs it should be OK.
Can anyone tell me what's happening and how to fix this problem?
Any help appreciated,
Bob
Message "No error information available: DB_E_ERRORSOCCURRED(0x80040E21)."
String
This is the basic code with whicj I am testing it.
Dim MyConn As New System.Data.OleDb.OleDbConnection
MyConn.ConnectionString = "Provider=sqloledb.1;data source=MAX;initial
catalog=RmtTel; Integrated security=True"
MyConn.Open() This statement gives me the above error, however from reading
the docs it should be OK.
Can anyone tell me what's happening and how to fix this problem?
Any help appreciated,
Bob