I have just installed Postgre server on my PC.
Both the samples pgre01.prg and testpgre.prg worked for me.
I have also installed Postgre Oledb provider and I am able to connect to the server using ADO, with this connection string.
- Code: Select all Expand view
Provider=PostgreSQL OLE DB Provider;Data Source=myServerAddress;
location=myDataBase;User ID=myUsername;password=myPassword;
Still testing with ADO. We propose to make improvements, where necessary, to the ado functions in the FWH version under release now.