Hi there, I'm a bit of a newbie to vb express 2008 and need a bit of assistance please!
I have 3 tables in a database (Order, Personnel, Products) and need to be able to manipulate the data. I (think I) know the commands to use are SELECT ... FROM, INPUT, DELETE but I have no idea when it comes to establishing a connection to the database so that the data can be manipulated.
The various input data (such as surname, DOB etc) comes from various textboxes that I have created on a form and this is then transfered to variables from which I hope to enter into the database when a button is clicked.
I've been tearing my hair out over this so any help would be very much appreciated!
I have 3 tables in a database (Order, Personnel, Products) and need to be able to manipulate the data. I (think I) know the commands to use are SELECT ... FROM, INPUT, DELETE but I have no idea when it comes to establishing a connection to the database so that the data can be manipulated.
The various input data (such as surname, DOB etc) comes from various textboxes that I have created on a form and this is then transfered to variables from which I hope to enter into the database when a button is clicked.
I've been tearing my hair out over this so any help would be very much appreciated!

Comment