hi,
i have search for FREE OLEDB-Provider for PostgreSQL and found at Sourceforge.net
---
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
i "guess" Fivewin dows not "know" this Driver (String)
---
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
i have search for FREE OLEDB-Provider for PostgreSQL and found at Sourceforge.net
PM PostgreSQL OLEDB Filesit include 32 / 64 Bit Version and Source
https://sourceforge.net/projects/pmpostgresqlole/files/
---
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
c += IfNil( oCn:Properties( "DBMS Name" ) :Value, "" ) + " " + ;
IfNil( oCn:Properties( "Extended Properties" ) :Value, "" )
CATCH
fwlog c"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
greeting,
Jimmy
Jimmy


