commiting changes made to a typed dataset
- From: "dimitrisX" <dxrysom@xxxxxxxxx>
- Date: 16 Oct 2006 03:44:36 -0700
hello,
i am writing an app in c# which reads data from Excel files and submits
them to an sqlserver database. the db is not going to be modified by
others during the excecution of the program. also the db has many
tables with complex relations.
1. i created a typed dataset of the datasource
2. the data read from an excel file are being inserted as new rows in
corresponding tables of the dataset
3. finally all the added rows have to be submitted to the datasource
the problem is i can't figure out how to do step 3: submit the changes
to the datasource. i thought there should be a way of synchronising the
dataset with the datasource in one move and in one place (i.e. main()
). is that possible??
please help, i am running out of time....
dimitrisx
.
- Follow-Ups:
- Re: commiting changes made to a typed dataset
- From: Bob Barrows [MVP]
- Re: commiting changes made to a typed dataset
- Prev by Date: Re: get DB path from ADODB.Connection
- Next by Date: Re: commiting changes made to a typed dataset
- Previous by thread: get DB path from ADODB.Connection
- Next by thread: Re: commiting changes made to a typed dataset
- Index(es):
Relevant Pages
|
|