Thread: Tutorial
I am attempting to run Postgresql ODBC on Win XP connecting Postgresql version 8.0 to Delphi 4.
So far I haven't been able to even get the Windows BDE Admin to recognize my Postgre database. It gives me an error on password.
Can someone point me to a tutorial that would help me understand what I am doing wrong?
Bob
On 18/03/06, Bob Pawley <rjpawley@shaw.ca> wrote: > > I am attempting to run Postgresql ODBC on Win XP connecting Postgresql > version 8.0 to Delphi 4. > > So far I haven't been able to even get the Windows BDE Admin to recognize my > Postgre database. It gives me an error on password. > > Can someone point me to a tutorial that would help me understand what I am > doing wrong? Windows BDE Admin? what is that? Cheers Antoine -- This is where I should put some witty comment.
Hi Bob, An easy way to get Postgres in Delphi is using the ADO components with the Postgres ODBC Driver. The BDE is the Borlad Database Engine, a separted basic database system delivery with Delphi by Borland. For administrating your Postgres Database the BDE Explorer is not going to work, you should you PgAdmin (works unter windows). Regards, Jean Huveneers ------ Oorspronkelijk Bericht ------ Van: Bob Pawley <rjpawley@shaw.ca> Datum: Saturday, March 18th, 2006 8:41 PM CET Aan: pgsql-odbc@postgresql.org Onderwerp: [ODBC] Tutorial I am attempting to run Postgresql ODBC on Win XP connecting Postgresql version 8.0 to Delphi 4. So far I haven't been able to even get the Windows BDE Admin to recognize my Postgre database. It gives me an error on password. Can someone point me to a tutorial that would help me understand what I am doing wrong? Bob
On 18 Mar 2006 at 11:41, Bob Pawley wrote: > So far I haven't been able to even get the Windows BDE Admin to > recognize my Postgre database. It gives me an error on password. I avoid BDE like the plague, as it adds a huge overhead to applications and has to be installed separately at deployment. Since Delphi 6 came out I've been using dbExpress instead - all you have to do to deploy it is copy two or three DLLs. There's a (commercial) driver for PostgreSQL at www.vitavoom.com which works very well. --Ray. ------------------------------------------------------------- Raymond O'Donnell http://www.galwaycathedral.org/recitals rod@iol.ie Galway Cathedral Recitals -------------------------------------------------------------