Friday 13 December 2013

How to insert data with query into table in visual studio using c#?

Firstly select the option new query from tables.


 Then a tab displays on screen from that click add and close the tab.


Then write the code for inserting data into table.

Execute SQL by clicking the symbol ! on top.

Then you can see the label one row affected.So SQL query is executed.
See data by clicking option"show table data"



No comments:

Post a Comment