Re: examples VFP with Postgresql

From: "ionut ichim" <ionutichim(at)hotmail(dot)com>
To: pgsql-odbc(at)postgresql(dot)org
Subject: Re: examples VFP with Postgresql
Date: 2007-03-08 13:38:18
Message-ID: BAY106-F1652B3A6DAE74D277AE136C0790@phx.gbl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

ok.. thanks a lot

>From: "Alejandro D. Burne" <alejandro(dot)dburne(at)gmail(dot)com>
>To: pgsql-odbc(at)postgresql(dot)org
>Subject: Re: [ODBC] examples VFP with Postgresql
>Date: Thu, 8 Mar 2007 10:23:48 -0300
>
>2007/3/8, ionut ichim <ionutichim(at)hotmail(dot)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/

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message ionut ichim 2007-03-08 13:39:24 Re: Ii can't connect to postgresql with VFP 8
Previous Message Alejandro D. Burne 2007-03-08 13:23:48 Re: examples VFP with Postgresql