mySQL database

supermanzdead

Active member
Joined
Feb 23, 2006
Messages
31
Programming Experience
Beginner
I am working on a webpage using VS2005 (learning 2005) and I would like for it to connect to a mySQL database and pull all the records from it into a table but I am not having much luck with the connection to the mySQL database, can you help?
 
I am still new to the whole webpage / database deal, I read up a little, I have a vb file that connects to the database using the mySQL Connector/Net that doesnt give any error I am now working on figuring out how to list all the records in the database, have a delete / edit button and an Add button to add a new record....I have been reading up but am at a slight loss...(I'd post the code but its on my laptop which I don't have on me right now...)

When I load the page it doesn't give an error, but it also doesn't do anything yet, I haven't quite figured out how to manipluate the database (add information to it), I have created a database in mySQL with a table that has everything I need to start adding information...
 
Back
Top