Additional
dbCAP
AnyDAC
ThinDAC
NCOCI8
Topic: HELP! ociquery.Prepare/DBMS_DEBUG
HELP! ociquery.Prepare/DBMS_DEBUG
Posted: 2001/04/13 15:40
 
Well, I have serious problem. I am executing the following SQL clausule :
'SELECT * FROM Employee WHERE idCod = :idCod'
When I execute the command "qryDimamic.Prepare" it shows the following error:
"Format '%d' invalid or incompatible with argument."
How Can I proceed ?

Besides, I need to execute the "Synchonize" procedure of the "DBMS_DEBUG" package. But, it is appearing error data type.

Considering all the above mentioned I hope to receive your comments and help.

P.S: I need these information in order to conclude my university work.

I thank you in advance for your prompt reply.
RE: HELP! ociquery.Prepare/DBMS_DEBUG
Posted: 2001/04/17 06:23
 

This is a guess - try to play with DataFormat properties: EnableNumber or EnableInteger. I had a problem with a char
field and EnableFixedString fixed my headache.

Good luck.
Sumar