> -----Original Message----- > From: [email protected] [mailto:[email protected]] > On Behalf Of Iames Pizzoli > Sent: Tuesday, December 14, 2010 2:13 AM > To: [email protected] > Subject: VFP 9.0 SP2: problem connecting to PostgreSQL 8.3.4 on Debian > 4.1.1(32 bit) > I'm trying to connect to a remote PostgreSQL 8.3.4 server > on > Debian 4.1.1 (32 bit) using this: > > handle = SQLSTRINGCONNECT("DRIVER=PostgreSQL > ANSI(x64),UID=xxxxx,PWD=xxxxx,DATABASE=xxxxx,SERVER=xxx.xxx.xxx.xxx")
I'm not real familiar with what it is you are actually doing, but I poked around and came up with some possible ideas. Looking at the connection string options at: http://www.connectionstrings.com/postgre-sql I see for the ANSI option this: ANSI Driver={PostgreSQL ANSI};Server=IP address;Port=5432;Database=myDataBase;Uid=myUsername;Pwd=myPassword; I notice that in your example you don't list the Port and the ordering (important??) is different. Sorry but that's all I got... Thanks, Matthew Jarvis || Business Systems Analyst IT Department McKenzie-Willamette Medical Center 1460 G Street, Springfield, OR 97477 || Ph: 541-744-6092 || Fax: 541-744-6145 -------------------------------------------------------------------------- Disclaimer: This electronic message may contain information that is Proprietary, Confidential, or legally privileged or protected. It is intended only for the use of the individual(s) and entity named in the message. If you are not an intended recipient of this message, please notify the sender immediately and delete the material from your computer. Do not deliver, distribute or copy this message and do not disclose its contents or take any action in reliance on the information it contains. _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/69f310c05dd83c48a84ba3769ce1ecf80409c...@tntriexevs02.triadhospitals.net ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

