Accessing an SQL table from VB code? NEWBIE QUESTION

JumpyNET

Well-known member
Joined
Apr 4, 2005
Messages
151
Hello,
Im just starting with SQL. So far Ive installed SQL Server Express and SQL Server Management Studio Express. I have also managed to start a server and create a table called "table1" there. On the table I have two columns and two entries(rows).

Could someone please give me a simple sample code for reading the cell values from my "table1" and for adding a new row.


I also appreciate links for good tutorials for beginners in SQL Server Express.

PS: Im using Visual Basic 2005 Express.
 
Back
Top