SteveShanks
Programmer
Hi all
I have a vb.net 2003 app on v1.1 framework that runs on all computers except one. I get error E_UNEXPECTED(0x8000FFFF) No error information avilable when I try and open a connection to the Access 2000 database with OLEDB
e.g
-------------------------------------------
Dim dbConnection As OleDb.OleDbConnection
Dim strConnectionString As String = ""
strConnectionString= "Provider=Microsoft.Jet.OLEDB.4.0;Data Source =" & strDBpath & ";Jet OLEDBatabase Password =;"
dbConnection = New OleDbConnection(strConnectionString)
dbConnection.Open()
-------------------------------------------
Then I get the error E_UNEXPECTED(0x8000FFFF)
This code works on all other machines and I can't find asolution to it anywhere!
Any help much apprieciated
Thanks
Steve
I have a vb.net 2003 app on v1.1 framework that runs on all computers except one. I get error E_UNEXPECTED(0x8000FFFF) No error information avilable when I try and open a connection to the Access 2000 database with OLEDB
e.g
-------------------------------------------
Dim dbConnection As OleDb.OleDbConnection
Dim strConnectionString As String = ""
strConnectionString= "Provider=Microsoft.Jet.OLEDB.4.0;Data Source =" & strDBpath & ";Jet OLEDBatabase Password =;"
dbConnection = New OleDbConnection(strConnectionString)
dbConnection.Open()
-------------------------------------------
Then I get the error E_UNEXPECTED(0x8000FFFF)
This code works on all other machines and I can't find asolution to it anywhere!
Any help much apprieciated
Thanks
Steve