G
Guy Cohen
Hi all,
* Using VB6+ADO2.8 *
I tried to open an MDB file exclusively.
I got "isam component not found" -2147467259.
With CON
.Provider = "Microsoft.Jet.OLEDB.4.0;Data Source=" & gsDBFILE &
";Exclusive=1;Jet OLEDB
atabase Password=12345;"
Call .Open
End with
Please advise
TIA
Guy.
* Using VB6+ADO2.8 *
I tried to open an MDB file exclusively.
I got "isam component not found" -2147467259.
With CON
.Provider = "Microsoft.Jet.OLEDB.4.0;Data Source=" & gsDBFILE &
";Exclusive=1;Jet OLEDB

Call .Open
End with
Please advise
TIA
Guy.