How do I interface with an Access 2000 database in VB6
Do I need a patch of some sort?
Printable View
How do I interface with an Access 2000 database in VB6
Do I need a patch of some sort?
If you are using DAO (the default data control), check this out:
http://www.vb-world.net/ubb/Forum3/HTML/002276.html
If you are using ADO, use the Microsoft.Jet.OLEDB.4.0 driver in your connect string
Tom
Thanks