dbTalk Databases Forums  

ADO and PostgreSQL functions

comp.databases.postgresql.general comp.databases.postgresql.general


Discuss ADO and PostgreSQL functions in the comp.databases.postgresql.general forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Zlatko Matiæ
 
Posts: n/a

Default ADO and PostgreSQL functions - 04-17-2005 , 04:39 AM






Hello.

While I was working with Access Projects (Access front-end with MSDE) I was
able to call stored procedures by using ADO command and parameters object.
Now I am trying to migrate my database from MSDE to Postgre and I'm
wondering about stored procedures on Postgre...I couldn't find such
expression in Pg documentation, so I suppose that there are no such thing on
Postgre. On the other hand, I could see that functions could play such role.
Am I right?
If that is so, how can I call such functions from the client (MS Access, for
example) ? I couldn't call MSDE functions from MS Access using ADO, because
ADO recognize only stored procedures (adCmdStoredProc), so I suppose that
the same problem could be with Postgre functions...
How can I use Postgre functions as recordset for my forms and reports in MS
Access? How can I call and execute parameterized functions?

Thanks.



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.