I'm trying to connect to a Postgres database using the Data Modeler.
Database type: PostgreSql 9
I keep getting error: Cannot load vendor libray Libpq.Dll, module not found. But it is in the Windows Path and I have even copied it to the Data Modeler catalog.
Is the Data Modeler depended on FireDac?
I have given up on Postgres and FireDac, do you plan to include UniDac?
DataModeler uses FireDac internally, but that should not be an issue. Are you sure you have provided the 32-bit version of libpq.dll? Data Modeler is a 32-bit application. Just having libpq.dll in the same directory as dm.exe should be enough.
Hi @Araujo_Adan, it's not clear to me. Are you just reporting that the provided Postgres DLL files helped you with the mentioned error? Or are you having issues with it?