Board index » delphi » Weird error executing a IBSPC

Weird error executing a IBSPC


2003-12-18 12:48:03 AM
delphi176
Hello all.
A friend of mine is having problems using stored procedure in a
client/server environment.
He's getting a sql error -804 - Missing or incorrect version
/....conversion... type/variables every time he tries to execute a spc on
a remote machine!!
But this error doesn't occurr when he:
execute on a local database
doesn't use more than one return parameter
Any help
Obs. IBStored procedure running on delphi 5 - windows 98
Thanks
Augusto
 
 

Re:Weird error executing a IBSPC

"Augusto" <XXXX@XXXXX.COM>writes:
Quote
Hello all.

A friend of mine is having problems using stored procedure in a
client/server environment.

He's getting a sql error -804 - Missing or incorrect version
/....conversion... type/variables every time he tries to execute a spc on
a remote machine!!

But this error doesn't occurr when he:
execute on a local database
doesn't use more than one return parameter

Any help

Obs. IBStored procedure running on delphi 5 - windows 98

What version of IBX. There is actually a GDS32.dll error
concerning return values and preparing multiple stored procedures.
The later versions implement a workaround to this bug that does
not exist in the old versions.
Quote
Thanks
Augusto