Pass through query help (please ...:)

From: Webb Sprague <wsprague100(at)yahoo(dot)com>
To: pgsql-odbc(at)postgresql(dot)org
Subject: Pass through query help (please ...:)
Date: 2002-06-28 21:38:51
Message-ID: 20020628213851.27785.qmail@web14203.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-odbc

Hi all,

I would like to do a pass through query in a form as
part of a button-click event. I just want to fire off
a PL/PGSQL function on the Postgres server.

Is this possible? Is it easy? I just want to insert
it below where the comment says:

Private Sub foobar_Click()
On Error GoTo Err_foobar_Click

'FIRE OFF SERVER FUNCTION HERE
'SELECT server_func()

DoCmd.GoToRecord , , acNewRec

Exit_foobar_Click:
Exit Sub

Err_foobar_Click:
MsgBox Err.Description
Resume Exit_foobar_Click

End Sub

__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Bruce Momjian 2002-06-28 23:25:37 Re: psql 7.2.1: \d (alone) missing from \?
Previous Message Alvaro Herrera 2002-06-28 20:59:19 bug in numeric locale

Browse pgsql-odbc by date

  From Date Subject
Next Message Cedar Cox 2002-06-29 11:19:03 Re: Pass through query help (please ...:)
Previous Message Oskar Berggren 2002-06-28 13:58:14 Re: Bugs: fill value with cursor