Re: examples VFP with Postgresql - Mailing list pgsql-odbc

From ionut ichim
Subject Re: examples VFP with Postgresql
Date
Msg-id BAY106-F1652B3A6DAE74D277AE136C0790@phx.gbl
Whole thread Raw
In response to Re: examples VFP with Postgresql  ("Alejandro D. Burne" <alejandro.dburne@gmail.com>)
List 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 by date:

Previous
From: "Alejandro D. Burne"
Date:
Subject: Re: examples VFP with Postgresql
Next
From: "ionut ichim"
Date:
Subject: Re: Ii can't connect to postgresql with VFP 8