dbPostgresql problem

BlitzMax Forums/Brucey's Modules/dbPostgresql problem

Space_guy(Posted 2009) [#1]
Hello there. Im switching database in my program from sqlite to postgresql but when Im using the module it tells me it cant find the dll files. They are in the postgre folder on the computer. Do I really need to copy them to the application folder?


xlsior(Posted 2009) [#2]
Unless you tell your program were exactly to find them, yes.


Brucey(Posted 2009) [#3]
On Windows, DLLs need to be on the PATH, which includes your application folder.
So, either you set the path appropriately, or put them in your application folder. (Doesn't the postgresql installer give you an option to install them "in the system"?)


Space_guy(Posted 2009) [#4]
Thank you for the replies. It was just so many dlls ;)