Re: ADO adCmdStoredProc PlPgSql-SP Parameters - Mailing list pgsql-general

From Shachar Shemesh
Subject Re: ADO adCmdStoredProc PlPgSql-SP Parameters
Date
Msg-id 420A4919.5000307@shemesh.biz
Whole thread Raw
In response to ADO adCmdStoredProc PlPgSql-SP Parameters  (Postgre.News.Firma@spamgourmet.net)
Responses Re: ADO adCmdStoredProc PlPgSql-SP Parameters  (Postgre.News.Firma@spamgourmet.net)
List pgsql-general
Postgre.News.Firma@spamgourmet.net wrote:

>Hi,
>
>How do I call a StoredProcdure, written in PlPqSql
>which returns a set of records (or tableWhatever)
>and wants parameters,
>from ADO while using "adCmdStoredProc" ?
>
>
>
Which driver are you using? If it's the OLE DB provider, then there is a
solution, provided that you modify your stored procedure a little. You
can probably write a wrapper procedure, if that's not acceptable as it is.

If your function returns "refcursor", then OLE DB will interpret that to
mean that the function has rowset returns, and will emulate the standard
calls surrounding returning multiple results.

Please feel free to let me know if this solves your problem. Please CC
me on replies.

          Shachar

--
Shachar Shemesh
Lingnu Open Source Consulting ltd.
Have you backed up today's work? http://www.lingnu.com/backup.html


pgsql-general by date:

Previous
From: John DeSoi
Date:
Subject: Re: parameters handling in postgresql functions
Next
From: "Ed L."
Date:
Subject: Understanding EXPLAIN ANALYZE output