Csala Ferenc wrote: > Hi all! > > I should to connect POSTGRE SQL with ole db, but I get error message. > ID=readonly;Data > Source=192.168.5.10:5432 We do not support changing the port to connect to, and in particular, not in this way. As you are connecting to the default PostgreSQL port, just omit the ":5432", and all should be ok. Shachar