G
Guest
I have a SQL INSERT statement. I'm pretty well-versed in SQL but NOT in
VB.NET / ASP.NET. I would like to know what VB code is for inserting a new
row into a database. I have a SQL Table established already. I would like
to know the code required to insert a new row to that SQL Table. I don't
have any connection strings established yet, I don't have anything. Can you
please take pity on a poor .NET Newb and tell me what I should be doing?
I've tried several examples and have yet to successfully insert a record. I
think I need to know how to establish the connection, and then write (insert)
a new record to that connection.
Thanks in advance. This stuff can be very overwhelming.
VB.NET / ASP.NET. I would like to know what VB code is for inserting a new
row into a database. I have a SQL Table established already. I would like
to know the code required to insert a new row to that SQL Table. I don't
have any connection strings established yet, I don't have anything. Can you
please take pity on a poor .NET Newb and tell me what I should be doing?
I've tried several examples and have yet to successfully insert a record. I
think I need to know how to establish the connection, and then write (insert)
a new record to that connection.
Thanks in advance. This stuff can be very overwhelming.