Hi all Friends,
My name's phuvo. I help you. Because I have been successful to connect Access 2003 database by
VB.NET
Connection string:
"Provider=MSDataShape;Provider=Microsoft.Jet.OLEDB .4.0; Data Source=e:\db1.mdb; User Id=Admin; Password='123'; Persist Security Info=False; Jet OLEDB:System Database=C:\Documents and Settings\phuvo\Application Data\Microsoft\Access\System.mdw "
Dim tempOleDbConnection As OleDb.OleDbConnection = New OleDb.OleDbConnection("Provider=MSDataShape;Provid er=Microsoft.Jet.OLEDB.4.0; Data Source=e:\db1.mdb; User Id=Admin; Password='123'; Persist Security Info=False; Jet OLEDB:System Database=C:\Documents and Settings\phuvo\Application Data\Microsoft\Access\System.mdw ")
The steps which you must follow:
1) Create password for admin (or any accounts)
2) Create workgroup administrator for this account.
Tools | Security | Workgroup Administrator | Join | Ok
3)Connection string:
"Provider=MSDataShape;Provider=Microsoft.Jet.OLEDB .4.0; Data Source=e:\db1.mdb; User Id=Admin; Password='123'; Persist Security Info=False; Jet OLEDB:System Database=C:\Documents and Settings\phuvo\Application Data\Microsoft\Access\System.mdw "
with db1.mdb is a access 2003 (2000) database C:\Documents and Settings\phuvo\Application Data\Microsoft\Access\System.mdw is a database which has stored workgroup information.
---------------------------------------------------------------------
Contact:
[email protected]
I have received all of projects to do by .NET