ORA-01008: not all variables bound
Re: ORA-01008: not all variables bound
oops ,
.sql extention is was not allowed and it is not uploaded
Sorry
.sql extention is was not allowed and it is not uploaded
Sorry
- Attachments
-
- test_shema3.txt
- (29.17 KiB) Downloaded 395 times
Re: ORA-01008: not all variables bound
Hello,
It is not our error message. This is the issue on the Oracle side. Please try to run this query with the OracleDataAdapter in your project, you get the same message. In this case you need to check the Oracle documentation to fix this issue.
Thank you.
It is not our error message. This is the issue on the Oracle side. Please try to run this query with the OracleDataAdapter in your project, you get the same message. In this case you need to check the Oracle documentation to fix this issue.
Thank you.
- Attachments
-
- Capture.PNG (35.5 KiB) Viewed 2679 times
Re: ORA-01008: not all variables bound
yes correct this is oracledataccess provider error . post it to oracle support.
try the same code as above and with devart provider for oracle and passes correct.
Is it possible to connect stimulsoft with devart provider for oracle and not dot connect universal of devart.
Regards
try the same code as above and with devart provider for oracle and passes correct.
Is it possible to connect stimulsoft with devart provider for oracle and not dot connect universal of devart.
Regards
Re: ORA-01008: not all variables bound
Hello,
We need some additional time for check dotConnect for Oracle provider. We will let you know about the result.
Thank you.
We need some additional time for check dotConnect for Oracle provider. We will let you know about the result.
Thank you.
Re: ORA-01008: not all variables bound
After a lot of consulting
The statement passe if set
OracleCommand.BindByName = true ;
for odp.net adapter. ODP.NET bind by position (default) for parameter binding .
How is it Possible to enable it from StiOracleOdp in Report ?
Regards.
The statement passe if set
OracleCommand.BindByName = true ;
for odp.net adapter. ODP.NET bind by position (default) for parameter binding .
How is it Possible to enable it from StiOracleOdp in Report ?
Regards.
Re: ORA-01008: not all variables bound
Hello,
Please try to add this option in StiOracleODPSource in UpdateParamaters method in OracleODP adapter.
Thank you.
Please try to add this option in StiOracleODPSource in UpdateParamaters method in OracleODP adapter.
Thank you.
- Attachments
-
- Capture.PNG (26.82 KiB) Viewed 2668 times
Re: ORA-01008: not all variables bound
thank you very much !!!
it works perfect now.
Regards
it works perfect now.
Regards
Re: ORA-01008: not all variables bound
Hello,
Great! Have a nice day!
Great! Have a nice day!