Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Contributor
3001 Points
1361 Posts
Oct 06, 2011 04:16 PM|LINK
You need somthing like this in your code....
Dim command1 As New SqlCommand(sqlStmt, connection) connection.Open() command1.ExecuteNonQuery() connection.Close()
You also need to have a connection established. that is also covered in the links in my previous posts.
march11
Contributor
3001 Points
1361 Posts
Re: Table With TextBoxes
Oct 06, 2011 04:16 PM|LINK
You need somthing like this in your code....
You also need to have a connection established. that is also covered in the links in my previous posts.