DOA X Client Datasets - Problems ?????

Paulos

Member²
Hi,

I am an user of Client Dataset/Providers for a long time (with BDE and Interbase) and everything works fine.

Now, using Deplhi7 and ToracleDataset I got a lot of problems when using master details.
1. Variables are lost
2. The result set for details doesn
 
If the variables are lost, then this indicates that you have not defined any Params on the TClientDataSet. These Params control the variables. You can simply use FetchParams to obtain them.

For a master/detail example, see the 3Tier demo that is provided with Direct Oracle Access.

------------------
Marco Kalter
Allround Automations
 
Marco,

I used your project how you saw, but in tree different ways:
1. With DCOM (your example without changes ) - > OK
2. Two tiers
3. Soap - tree tiers.

For cases 2 and 3 I copy all components ( Session, Oracle DataSet , provider and Client datasets (nested), datasources without changes.
The debug option for all OracleDatasets propertie was set to true.

When inserting in the FIRST LEVEL (master) the problem occurs.
The statement that appear is incorret. There isn
 
Can you provide the incorrect statement, and the theoretically correct statement?

------------------
Marco Kalter
Allround Automations
 
Marco

I sent you the same project in two ways: two tiers and web services(SOAP).
You can analize them and try to understand why only in dcom it is working, or what I am doing wrong.

Thanks

Paulo Sergio
 
I don't think we received anything. Did you send it to support@allroundautomations.com?

------------------
Marco Kalter
Allround Automations
 
It was post again.
Please check if you really receive it and tell me.
I post to support@allroundautomations.com
 
Believe it or not, we still have not received anything from you by e-mail, even though the e-mail address you specified is correct.

I did receive a demo project from Natalie though (6th post from above).

------------------
Marco Kalter
Allround Automations
 
Do you have any other alternative e-mail ?
With this example I believe that will be so easy to see the problem.

Paulo S
 
Mark
-----

Good news. Everything works fine !!!
I received you files and recompiled the project in two ties and with web services.

Congratulations and thanks for your attention.

Paulo Sergio
 
Back
Top