Invalid 'Stored procedure parameter type of boolean on DDD'
Here is the signnature of the procedure.
pkg_test.update_status(AAA varchar2, BBB number, CCC number, DDD
varchar2, EEE boolean default false)‘
and the way of calling this procedure is
pkg_test.update_status ('TEST',12,2345,'PLEASEWORK',TRUE)
The communication between the powerbuilder 10.5 and oracle10g is
through the ORACLE 10g drivers. After the execution the SQLCA.SQLCODE
= -1, SQLCA.SQLDBCODE = 999, SQLCA,SQLERRTEXT + 'Invalid stored
procedure parameter type of 'BOOLEAN' on 'DDD'.
The interesting factor here is that when i run the same execute
command through the tool 'SQL Developer', it is working fine but
through powerbuilder I am getting the error mentioned above. Even when
i try to run this through OLE DB drivers, it is working fine but my
problem is that i have to do this through Oracle 10g drivers only.
Could you pelase help me to come out of this problem .
Tarun.
--
Terry Dykstra (TeamSybase)
http://powerbuilder.codeXchange.sybase.com/
http://casexpress.sybase.com
product enhancement requests:
http://my.isug.com/cgi-bin/1/c/submit_enhancement
"Tarun" <tarun...@gmail.com> wrote in message
news:61adcfc8-9eda-4cc1...@g1g2000pra.googlegroups.com...
Arul P T
"Terry Dykstra [TeamSybase]" <tddy...@forestoil.ca> wrote in message
news:4aa67de6$1@forums-1-dub...