PDA

Click to See Complete Forum and Search --> : How do I create a Database in VB?


jz_man
Feb 24th, 2000, 01:17 AM
How do I create a database in visual Basic? If so how? Help me please!!!

Steve Thomas
Feb 24th, 2000, 01:43 AM
You do not build the database in VB but rather access the database from VB. You have several choices Oracle, Sequel Server, Paradox, Access. My suggestion is that you first create an Access Database and then use VB using a datagrid control. The other databases are very expensive and you more than likely dont have access to them. Good luck and don't give up.