hey, still trying to figure out this database stuff, and now i have a new problem... i connect to the db successfully, then i have the following code, then i close the connection:
VB Code:
Dim a As New SqlCommand("INSERT INTO Table1 VALUES (1, 'hey')", conn) a.ExecuteReader()
i even check how many records were entered in another button, and it says 1, but when i exit the program, and check again, it's not there... what am i missing?




Reply With Quote