ORA-01008 not all variables bound with Nested DataSet

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
luiz.clazzer
Posts: 4
Joined: Mon 27 Mar 2017 13:07

ORA-01008 not all variables bound with Nested DataSet

Post by luiz.clazzer » Tue 20 Jun 2017 14:20

Hello, I'm using Unidac conecting Oracle Database with param Direct=True. My application have a server and client side. When trying opening client DataSet, which is connected to Server DataSetProvider by RemoteServer property, and that DataSetProvider is connected at TUniQuery that have a NestedDataSet configured (using TDataSource and another TUniQuery), I get error: "ORA-01008: not all variables bound".
An important detail: My database table's is empty (without any record). If I insert record's in table's involved in NestedDataSet, work's fine. I am doing something wrong?
Thanks!

MaximG
Devart Team
Posts: 1822
Joined: Mon 06 Jul 2015 11:34

Re: ORA-01008 not all variables bound with Nested DataSet

Post by MaximG » Wed 21 Jun 2017 12:35

We tested the work of ODAC according to the description and found no problems. For further investigation, compose and send us a small complete sample, execution of which causes the problem. You can do it by using the e-support form (https://www.devart.com the "Support"\"Request Support" menu ).

luiz.clazzer
Posts: 4
Joined: Mon 27 Mar 2017 13:07

Re: ORA-01008 not all variables bound with Nested DataSet

Post by luiz.clazzer » Thu 22 Jun 2017 18:39

Ok, I'll do it. Thank you.

MaximG
Devart Team
Posts: 1822
Joined: Mon 06 Jul 2015 11:34

Re: ORA-01008 not all variables bound with Nested DataSet

Post by MaximG » Tue 04 Jul 2017 07:45

We are glad that you found a necessary solution. Please don't hesitate to contact us with questions concerning UniDAC usage.

fabiouberti
Posts: 9
Joined: Tue 21 Feb 2017 18:45
Location: Pato Branco - PR - Brasil
Contact:

Re: ORA-01008 not all variables bound with Nested DataSet

Post by fabiouberti » Tue 23 Apr 2019 16:46

Hi,

This question is solved ?

MaximG
Devart Team
Posts: 1822
Joined: Mon 06 Jul 2015 11:34

Re: ORA-01008 not all variables bound with Nested DataSet

Post by MaximG » Thu 25 Apr 2019 14:43

The issue has been resolved according to the user's request.

Post Reply