Connect to PostgreSQL with kylix3

From: Carlos Ojea Castro <carlosojea(at)leveltelecom(dot)es>
To: pgsql-general(at)postgresql(dot)org
Subject: Connect to PostgreSQL with kylix3
Date: 2004-02-12 17:03:57
Message-ID: 402BB1FD.4000104@leveltelecom.es
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


Hello:

In kylix3 I made a SQLConnection component (called 'SQLConnection1') to
connect to a PostgreSQL database. I started the PostgreSQL server so
Object inspector shows 'Connected: True' on that object.

Then I made a SQLDataSet component (called 'SQLDataset1').
On 'SQLDataset1' I set SQLConnection to 'SQLConnection1', CommandType to
'ctQuery' and CommandText to 'SELECT * FROM pc104' (pc104 is a valid
table name).
But now, when I try to make 'SQLDataset1' Active to 'True', I get this
error message:
Access violation at address 43A92782, accessing address 43B09774

¿Any idea?

Thank you.
Regards,
Carlos

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Eric Ridge 2004-02-12 17:05:37 Re: ps output and postgres
Previous Message Bruce Momjian 2004-02-12 16:54:16 Re: ps output and postgres