PostgreSQL 8.2.3 + ZStoredProc Error

Forum related to PostgreSQL

Moderators: gto, cipto_kh, EgonHugeist, olehs

Post Reply
DiegoBM
Fresh Boarder
Fresh Boarder
Posts: 9
Joined: 09.02.2006, 13:33

PostgreSQL 8.2.3 + ZStoredProc Error

Post by DiegoBM »

Hello,

I'm trying to insert a simple row through a ZStoredProc component but on executing I always get "Unsupported operation" error no matter what I try.

What should I do?

Thanks!
DiegoBM
Fresh Boarder
Fresh Boarder
Posts: 9
Joined: 09.02.2006, 13:33

Post by DiegoBM »

I forgot to say that I'm currently using Delphi 7. The problem seems to be on dbc, cause many functions seems to raise a Unsupported operation exception no matter what. But many people on MySql seems to be using stored procs, so I'm confused.

Any light on this matter pleaseee?

Regards.
User avatar
mdaems
Zeos Project Manager
Zeos Project Manager
Posts: 2766
Joined: 20.09.2005, 15:28
Location: Brussels, Belgium
Contact:

Post by mdaems »

Hi Diego,

What database are you tabling about Mysql or PostgreSQL? (You're in postgre forum)
For mysql ZStoredProc is not implemented yet, but there are workarounds, just check the forums here. (there's a search function)
For PostGreSQL I'm not 100% sure, but I'm afraid it's not implemented either. No ideas about workarounds there.

Mark
DiegoBM
Fresh Boarder
Fresh Boarder
Posts: 9
Joined: 09.02.2006, 13:33

Post by DiegoBM »

I do use postgresql. That's what I thought, seems not to be implemented yet.

Thank you anyway, I can still use plain ZQuery ^^

Regards!
jose fermin
Fresh Boarder
Fresh Boarder
Posts: 12
Joined: 27.03.2007, 14:35

Post by jose fermin »

Hola Diego!!

Soy dominicano y quisiera saber si resolviste el problema d los procedimientos almacenados hechos en postgresql y usados mediante un zstoreproc. A mi me da el mismo problema q a ti.

Ojala podamos resolver ese problema!!
Post Reply