Hello
I want to insert data from TABLE Master into TABLE tempAr. I have the
following so far. Both tables are in a Access Database
What am i doing wrong?
steve
SQLStatement = "Insert into tempAr(MasterId,Payment)(Select
MasterId,Cust_leasePmt from masterwhere cust_methodofPayment=2)"
SetU...
more >>
Please be kind to take a look
dsSeaInvInfo.Clear()
daSeaInvInfo.SelectCommand = New SqlCommand
daSeaInvInfo.SelectCommand.Connection = conSea
daSeaInvInfo.TableMappings.Add("Table", "invoiceheader")
daSeaInvInfo.SelectCommand.CommandText = "select * from
...
more >>
Is there a way to add custom methods to a typed dataset and not have them
overwritten when the dataset is generated again from the designer? I would
really like to add some more "Findbyfield" routines, but dont want to have
to go back in and manually add them every time I regenerate the dataset....
more >>
Hi there,
What utilz do you guys use to make it easy to make data relations for
datasets?
Regards/
Jerome
...
more >>