Wednesday, August 18, 2010

How to add a record in visual basic?

i m designing an application using VB and the back-end is MySQL ....i hve never learnt vb so plz provide me with d source code to add,delete,update and to extract the data from database in datagrid and how to connect VB and MySQL.


Advance thanks.How to add a record in visual basic?
You're going to have to learn ADO to handle the database, and SQL to talk to it. It's not something someone can give you a few lines of code for - you're just going to have to learn it - and it's not something you can learn in a few days, either. (You can fake some if it in VB.net, but only some of it.)

No comments:

Post a Comment