![]() |
updatedatabse through ado.net
hello plesehelp me to sort out this problem
when i use the update command it doesn't work coding is here tis is in c# Code:
sqlconnection con=new sqlconnection();but when i take datagrid through wizard and establishe connection then update command is worked;. please some body help me . :) |
Re: updatedatabse through ado.net
You have posted the thread in the Introduce yourself forum, Please be careful to have the thread in the right forum. I have moved the thread to C# forum for you.
Also learn to use the code blocks for the code you put in the posts. |
Re: updatedatabse through ado.net
try this
Code:
sqlconnection con=new sqlconnection();dataset name recommended not to be same as table name to update you must get the schema from data adapter |
Re: updatedatabse through ado.net
ooooooooooooops
there is amistake Code:
sqlconnection con=new sqlconnection();dataset name recommended not to be same as table name to update you must get the schema from data adapter |
| All times are GMT +5.5. The time now is 18:41. |