How could I make an online database?!?!? This would be used with VB. It needs to be able to add, delete, and search for a string. Please post anything that would help me. Thanks!
Printable View
How could I make an online database?!?!? This would be used with VB. It needs to be able to add, delete, and search for a string. Please post anything that would help me. Thanks!
If you use a DB Server such as MySQL or SQL Server then you can use ADO in the normal way with VB and any number of clients can use it.