D
Daniel
Hi all,
If I want to add rows to an SQL table, can I only do it like this:
Dim commd As SqlCommand = New SqlCommand("insert into table etc....")
Or is there a better way?
Additionally, is there a best pratice method for connecting to SQL and
editing tables? When I google there are just soooo many different ways
of doing it!
If I want to add rows to an SQL table, can I only do it like this:
Dim commd As SqlCommand = New SqlCommand("insert into table etc....")
Or is there a better way?
Additionally, is there a best pratice method for connecting to SQL and
editing tables? When I google there are just soooo many different ways
of doing it!