Re: PostgreSQL demos
- Posted by Jeremy Peterson <ptl99 at hotmail.com> Dec 20, 2005
- 544 views
cklester wrote: > Yeah, sorry 'bout that! I should always make a text file first and then send > the email, but... nah! This list needs the excitement and traffic. :) > > I've made the changes to my code, of course, and I'm getting this error > message: > > [Titlebar]EXW.EXE - Unable to Locate Component > [X] This application has failed to start because libpq.dll was not found. > Re-installing the application may fix this problem. > > I did a search of my drive and didn't find libpq.dll, but I do have PostgreSQL > installed successfully because I can use pgAdminIII to manage databases. > > Lemme know what I should do. I'm going to keep looking for that libpq.dll. > Maybe it's hidden! > > -=ck > "Programming in a state of Euphoria." > <a > href="http://www.cklester.com/euphoria/">http://www.cklester.com/euphoria/</a> If you don't have libpq.dll, I don't know how you could run postgresql. It is in binary distrobution of postgresql, so if you don't have it you can download it. When you do find it, you must put a copy of it and all dlls that are in the postgresql bin directory in your windows\system directory. This should fix your problem. Jeremy Edmund Burke: "All that is necessary for evil to triumph is for good men to do nothing."