Thread: Upgrade
I've upgraded from PostgreSQL 8.0 to version 8.1 running on Win XP.
I have an interface developed in Delphi 6 that now won't connect to PostgreSQL. I get an "error connecting to libpq.dll".
Are there any thoughts on where the problem may be - the .dll file, the connection or Delphi? I am using PostgreDAC as a connection tool.
Bob
On Sun, 2006-11-26 at 15:08 -0800, Bob Pawley wrote: > I've upgraded from PostgreSQL 8.0 to version 8.1 running on Win XP. > > I have an interface developed in Delphi 6 that now won't connect to > PostgreSQL. I get an "error connecting to libpq.dll". > > Are there any thoughts on where the problem may be - the .dll file, > the connection or Delphi? I am using PostgreDAC as a connection tool. Well that *sounds* like the PostgreDAC can't find libpq.dll. What is the equiv of ld.so.conf on Windows? Joshua D. Drake > > Bob -- === The PostgreSQL Company: Command Prompt, Inc. === Sales/Support: +1.503.667.4564 || 24x7/Emergency: +1.800.492.2240 Providing the most comprehensive PostgreSQL solutions since 1997 http://www.commandprompt.com/ Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate
I don't know - but it sounds like a good place to start. Bob ----- Original Message ----- From: "Joshua D. Drake" <jd@commandprompt.com> To: "Bob Pawley" <rjpawley@shaw.ca> Cc: "Postgresql" <pgsql-general@postgresql.org> Sent: Sunday, November 26, 2006 3:17 PM Subject: Re: [GENERAL] Upgrade > On Sun, 2006-11-26 at 15:08 -0800, Bob Pawley wrote: >> I've upgraded from PostgreSQL 8.0 to version 8.1 running on Win XP. >> >> I have an interface developed in Delphi 6 that now won't connect to >> PostgreSQL. I get an "error connecting to libpq.dll". >> >> Are there any thoughts on where the problem may be - the .dll file, >> the connection or Delphi? I am using PostgreDAC as a connection tool. > > Well that *sounds* like the PostgreDAC can't find libpq.dll. What is the > equiv of ld.so.conf on Windows? > > Joshua D. Drake > >> >> Bob > -- > > === The PostgreSQL Company: Command Prompt, Inc. === > Sales/Support: +1.503.667.4564 || 24x7/Emergency: +1.800.492.2240 > Providing the most comprehensive PostgreSQL solutions since 1997 > http://www.commandprompt.com/ > > Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate > > >