Maj Johansson
2008-05-07 06:47:16 UTC
I've bumped into a problem when trying to execute a stored procedure in an
Oracle 10
database, using dbexpress (dbxora30.dll). It works fine with core lab driver
(dbexpoda40.dll).
I'm using TSQLStoredProc and need to set an integer parameter at runtime.
I've tried to set the
type to ftFMTBcd instead of ftInteger, and to set the precision to 10, but
it doesn't help.
The stored procedure is created with CREATE OR REPLACE PROCEDURE
DELETE_SESSION(ASESSIONID IN NUMBER) AS...
The interger value is Oracle is NUMBER(10,0).
Any suggestions?
Maj
Oracle 10
database, using dbexpress (dbxora30.dll). It works fine with core lab driver
(dbexpoda40.dll).
I'm using TSQLStoredProc and need to set an integer parameter at runtime.
I've tried to set the
type to ftFMTBcd instead of ftInteger, and to set the precision to 10, but
it doesn't help.
The stored procedure is created with CREATE OR REPLACE PROCEDURE
DELETE_SESSION(ASESSIONID IN NUMBER) AS...
The interger value is Oracle is NUMBER(10,0).
Any suggestions?
Maj