Quote:
quote:
I was wondering if there is a way to add a row to a table without first filling a dataset
|
why you work with dataset,you can directly deal with your datasource ,use CommandObjects(like SqlCommandObjects) and it's ExecuteNonQurey() method.
dont work with dataset object.
HtH.
--------------------------------------------
Mehdi.:)