dbPostgresql problem
BlitzMax Forums/Brucey's Modules/dbPostgresql problem
| ||
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? |
| ||
Unless you tell your program were exactly to find them, yes. |
| ||
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"?) |
| ||
Thank you for the replies. It was just so many dlls ;) |