Re: examples VFP with Postgresql
От | ionut ichim |
---|---|
Тема | Re: examples VFP with Postgresql |
Дата | |
Msg-id | BAY106-F1652B3A6DAE74D277AE136C0790@phx.gbl обсуждение исходный текст |
Ответ на | Re: examples VFP with Postgresql ("Alejandro D. Burne" <alejandro.dburne@gmail.com>) |
Список | pgsql-odbc |
ok.. thanks a lot >From: "Alejandro D. Burne" <alejandro.dburne@gmail.com> >To: pgsql-odbc@postgresql.org >Subject: Re: [ODBC] examples VFP with Postgresql >Date: Thu, 8 Mar 2007 10:23:48 -0300 > >2007/3/8, ionut ichim <ionutichim@hotmail.com>: >>Thanks for answer. >>I'm interest how can i work with pg +VFP ... connections,sored >>procedures,backup ,etc >> Some links for simple examples, to test. > >First at all I'm using sqlpassthrough: > >a.Create connection: >_Conn=SQLCONNECT('<ODBC Conn>','<user>','<pwd>') > >b.Run sql statement >lResult=SQLEXEC(_Conn,"SELECT field1, field2... FROM >table","<cursor_name>") >IF lResult>0 > * all goes fine >ELSE > MESSAGEBOX(MESSAGE()) >ENDIF > >c.Disconnect >lResult=SQLDISCONNECT(_Conn) > >Stores procedures, functions is like any other sql statement using psql. >Backups -> RTFunnyM > >Alejandro > >---------------------------(end of broadcast)--------------------------- >TIP 5: don't forget to increase your free space map settings _________________________________________________________________ Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
В списке pgsql-odbc по дате отправления: