i have search for FREE OLEDB-Provider for PostgreSQL and found at Sourceforge.net
PM PostgreSQL OLEDB Files
https://sourceforge.net/projects/pmpostgresqlole/files/
it include 32 / 64 Bit Version and Source
---
i have regsvr32 PMDAPGS.dll and got this when call OdbcConnect()
i can "connect" to PostgreSQL Server
but there are "no Table" shown ...
---
i have "check" FW_RDBMSName() but it seems "empty" ... hm
- Code: Select all Expand view
- c += IfNil( oCn:Properties( "DBMS Name" ) :Value, "" ) + " " + ;
IfNil( oCn:Properties( "Extended Properties" ) :Value, "" )
CATCH
fwlog c
i "guess" Fivewin dows not "know" this Driver (String)
- Code: Select all Expand view
- "Provider=PMDAPGS;Server=<server_name>;Database=<db_name>;User=<user>;Password=<password>;Port=<port>"
---
i have put DLL into
c:\Program Files\Common Files\System\Ole DB\PMDAPGS.dll
as Readme say
NOT under
c:\Program Files\Common Files\System\ado\
i have not Idea what is going wrong ... need some help please