Hi there.. just a lil bit problem, how to make a connection between VB6 and MS Access database? with username and password entity thanks
Use the following connection string. Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\mydatabase.mdb;Jet OLEDB:Database Password=MyDbPassword; Code (markup): In the following link you will get the whole set of MS Access Connection Strings. MS Access Connection Strings