Re: Pass through query help (please ...:)

Поиск
Список
Период
Сортировка
От Cedar Cox
Тема Re: Pass through query help (please ...:)
Дата
Msg-id Pine.LNX.4.21.0206291358530.16234-100000@nanu.visionforisrael.com
обсуждение исходный текст
Ответ на Pass through query help (please ...:)  (Webb Sprague <wsprague100@yahoo.com>)
Ответы Re: Pass through query help (please ...:)
Список pgsql-odbc
Hi.  Yes, I do still lurk here.  Yes, it is possible to do what you
want.  Have a look in the list archives at some of my ODBC VB
function stuff.  It has to do with using passthrough queries for the
datasource of list and combo boxes (maybe you wanted this??).
You'll see how I did it in there and it should help you out.  One
thin you'll want to change is a parameter that means "query does not
return a data set".  I won't tell you details here because I
probably don't remember them correctly.  If you want an answer
right now then go search, or else maybe someone else will reply
too.  The 'Building Applications with MS Access' book is of
value too.

-Cedar

On Fri, 28 Jun 2002, Webb Sprague wrote:

> 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
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org
>
>
>




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

Предыдущее
От: Webb Sprague
Дата:
Сообщение: Pass through query help (please ...:)
Следующее
От: Webb Sprague
Дата:
Сообщение: Re: Pass through query help (please ...:)