Re: NestedDataSets who will Update and how will it locate?
From: Coder (alldukes_at_hotmail.com)
Date: 01/25/05
- Next message: Rick: "Re: Ado, Transaction, Multiline statements?"
- Previous message: Mike Shkolnik: "create a new table (ADO)"
- In reply to: Brian Bushay TeamB: "Re: NestedDataSets who will Update and how will it locate?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 25 Jan 2005 16:29:42 +0200
Ok know after a serious work on MS Resources I'm getting better
understanding of what is ADO and what Borland wrapped, but I may still say
that this ADO wrapper is not as Borland useto wrap in other areas:) Thanks
to TBetterADO...
Anyway since I have direct access to pure ADO I am a full powered ADO user
as much as a VB user.
Thank you...
"Brian Bushay TeamB" <BBushay@Nmpls.com>, haber iletisinde sunlari
yazdi:skq8v05sbqpovtds5ts3mcqvnl4e4sdmkg@4ax.com...
> >After Editing DATASETS
>>ORDERSDATASET.UpdateBatch() updates ORDERS only but not the DETAILS
>>Are'nt the DETAILS a part of MASTER and shouldbe resolved by ADO
>>or should I always use
>> Transaction.begin
>> UpdateMaster
>> UpdateDetail
>> TransactionCommit
> You will have to updatebatch each dataset that is how ADO works even
> though it
> is different from Borland's clientdatasets
>
>>
>>And why not the LinkedFields are not updated when I do Inserts in details,
>>instead I do assign them manualy?
> if you where to set the detail dataset.datasource and mastersource
> properties it
> would update
>
>>
>>Besides when I watch the UpdateSQL I see the WHERE clause to be PK =xxx
>>and
>>UpdatedFields=OldValues but what if I want PK=xxx only! Or maybe a
>>difrent
>>criteria, like setting providersflags? Nothing in BorlandsADO and I can't
>>manage those in BetterADO...
> The ADO layer handles generating the update SQL not Borland's components.
>
>>
>>WHERE ARE THE RESOURCES ON THESE TOPICS, WHY NOTHING IS DOCUMENTED
>>COMPLETELY AND CLEARLY WITH SAMPLES FOR REAL LIFE APPLICATIONS...
> Boraland's ADO components are just a wrapper around ADO. You need to look
> to
> Microsoft documentation for most answers.
>
>
>
> --
> Brian Bushay (TeamB)
> Bbushay@NMPLS.com
- Next message: Rick: "Re: Ado, Transaction, Multiline statements?"
- Previous message: Mike Shkolnik: "create a new table (ADO)"
- In reply to: Brian Bushay TeamB: "Re: NestedDataSets who will Update and how will it locate?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|