TZStoredProcedure and PostgreSQL

Forum related to version 6.5.1 (alpha) and 6.6.x (beta) of ZeosLib's DBOs

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
nele
Fresh Boarder
Fresh Boarder
Posts: 3
Joined: 18.08.2005, 13:33
Location: belgrade

TZStoredProcedure and PostgreSQL

Post by nele »

Nice to see that Zeoslib is not a dead...

I have problem with a calling stored procedure in PostgreSQL base. I getting "Unsupported operation" exception on SP.ExecSQL. Do someone know why? Stored procedure it's yet implemented or somthing else?


I'm using PostgreSQL version 8.0.3 on windows, Delphi 7.0, ZeosDBO 6.5.1-alpha build at 2004-11-14 03:26:23.

Any help will be appriciated

PS. Sorry for my bad english...:(
nele
Fresh Boarder
Fresh Boarder
Posts: 3
Joined: 18.08.2005, 13:33
Location: belgrade

Post by nele »

Hi,

No one have idea what is wrong with my stored prodocedure?
Can anyone execute stored procedure with zeos 6.5.1 and PostgreSQL 8.0??

Best regards,
Nebojsa
Jose2005
Fresh Boarder
Fresh Boarder
Posts: 3
Joined: 14.10.2005, 00:17

Post by Jose2005 »

I usually do this way:

Select StoreProcedureName (param1, param2, param3, ...)

At the same as a Query.

PD. sorry for my bad english
Post Reply