i can't connect to postgresql with VFP 8

From: "ionut ichim" <ionutichim(at)hotmail(dot)com>
To: pgsql-odbc(at)postgresql(dot)org
Subject: i can't connect to postgresql with VFP 8
Date: 2007-03-04 12:09:18
Message-ID: BAY106-F4E35A9637423622465FCCC0850@phx.gbl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

I want to try postgresql with VFP 8 sp1 but i can't connect to new created
database.
I've installed pq + odbc driver. With pgAdminIII, i connect to my database
using password '123456' and default user 'postgres',default port 5432 ,but
with VFP i can't.Connection is a local one
This is the code I use (it always gives me 'Couldn't connect to the
database!') :

Local lnConn
lnConn =
SQLSTRINGCONNECT([Driver={PostgreSQL};Server=127.0.0.1;Port=5432;Database=persoane;Uid=postgres;Pwd=123456])
If lnConn < 0
MessageBox( "Couldn't connect to the database !" )
ELSE
MessageBox( "OK !" )
=SQLDisconnect( lnConn )

Endif

Thanks !

_________________________________________________________________
Don't just search. Find. Check out the new MSN Search!
http://search.msn.click-url.com/go/onm00200636ave/direct/01/

Browse pgsql-odbc by date

  From Date Subject
Next Message ionut ichim 2007-03-04 12:55:27 Ii can't connect to postgresql with VFP 8
Previous Message greg.campbell 2007-03-04 00:42:04 Re: MSysConf on PG 8.2 ?