Tutorial

Tutorial

am 18.03.2006 20:41:48 von Bob Pawley

This is a multi-part message in MIME format.

------=_NextPart_000_000F_01C64A80.F1329090
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

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
------=_NextPart_000_000F_01C64A80.F1329090
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable



charset=3Diso-8859-1">




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=20
Admin to recognize my Postgre database. It gives me an error on=20
password.

 

Can someone point me to a tutorial that =
would help me=20
understand what I am doing wrong?

 

Bob


------=_NextPart_000_000F_01C64A80.F1329090--

Re: Tutorial

am 19.03.2006 16:37:47 von Antoine

On 18/03/06, Bob Pawley 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.

---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend

Re: Tutorial

am 20.03.2006 12:10:48 von Jean Huveneers

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
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

---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings

Re: Tutorial

am 20.03.2006 13:01:29 von Rod

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
------------------------------------------------------------ -


---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings