Insert Datagrid into Database.

Xero

New member
Joined
Dec 14, 2004
Messages
2
Okay heres the dilemna....

I have a Dataset("LineItems") that Stores information about so many records.

To source to this DataSet("LineItems") is not its intended ouput.

Meaning I pull this info in from one database and output to another.

My problem is i have no idea on how to write an insert statement that will insert multiple records into a SQL table. Does anyone have any pointers????

PLEASE HELP ASAP. THANKS!
 
No idea what the question is, but create a DataAdapter and update the database from the Dataset using that.
 
Back
Top