Can anyone tell me how to access a MS Access database stored on my website using VB, so that I can Add, Delete, Search, etc..
Printable View
Can anyone tell me how to access a MS Access database stored on my website using VB, so that I can Add, Delete, Search, etc..
This can be done using ADO objects. The methods and properties are well documented.
Access databases are probably the easiest to use with ADO. Most, if not all, of the properties and methods will be supported.