Can Anyone Tell me or gimme Some idea of how to access a databse with a password I'm still Kinda struggling with it
Printable View
Can Anyone Tell me or gimme Some idea of how to access a databse with a password I'm still Kinda struggling with it
Hi,
If u have password protected the database file, this is the way u open it using ADO:
VB Code:
cnn.Open Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Test.mdb;Jet OLEDB:[b][/b]Database Password=secret
is that what u want?