Pass through query help (please ...:)

Поиск
Список
Период
Сортировка
От Webb Sprague
Тема Pass through query help (please ...:)
Дата
Msg-id 20020628213851.27785.qmail@web14203.mail.yahoo.com
обсуждение исходный текст
Ответ на Re: "Field is too small"  (Hiroshi Inoue <Inoue@tpf.co.jp>)
Ответы Re: Pass through query help (please ...:)  (Cedar Cox <cedarc@visionforisrael.com>)
Список 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



В списке pgsql-odbc по дате отправления:

Предыдущее
От: Oskar Berggren
Дата:
Сообщение: Re: Bugs: fill value with cursor
Следующее
От: Cedar Cox
Дата:
Сообщение: Re: Pass through query help (please ...:)