Page 1 of 1

ORA-01036

Posted: Mon 21 Feb 2005 01:39
by Elmoh
We are using MSSQL driver from Corelab.
Now we are porting our app to Oracle.
We downloaded the Trial Oracle DBExpress driver.
In some forms we have master details relation between table.
The relationship is setup at the clientdataset level using the properties Mastersource and Masterfileds. Wen Opening the master clientdataset it's OK. But when opening the details clientdataset we have the error ORA-01036 error .

NB : develpemt on BCC+ last sp

Thanks in advance for your help

Posted: Fri 25 Feb 2005 11:44
by Paul
It is a common problem for Borland dbExpress. You must write statement with parameters for detail dataset.

Code: Select all

select * from alias
where ALIAS = :ALIAS and SYS_TYPE = :SYS_TYPE