Re: Connect to a PostgreSQL table with kylix3

From: Richard Huxton <dev(at)archonet(dot)com>
To: Carlos Ojea Castro <carlosojea(at)leveltelecom(dot)es>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Connect to a PostgreSQL table with kylix3
Date: 2004-06-28 09:04:29
Message-ID: 40DFDF1D.3020505@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Carlos Ojea Castro wrote:
>
> Hello:
>
> I made a program to connect to three tables called 'pc104', 'sensores'
> and 'pm500' on a postgresql database.
> Everything was fine until I made some changes on table 'pc104' (drop
> table, create the table again, added new values, etc)
> Now when I make a SQLQuery object, if I make a query on table 'pc104' or
> on table 'sensores', I get this error when I try to get the SQLQuery
> object active:
>
> Access violation at address 43A92782, accessing address 43B09774

This looks more like a kylix error than a postgresql one. Could the
kylix database interface still be trying to access the old version of
the table? Is there some way to refresh/recreate the "link" to pc104?

--
Richard Huxton
Archonet Ltd

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Richard Huxton 2004-06-28 09:06:39 Re: Plperlu and sending emails, is it safe?
Previous Message Karsten Hilbert 2004-06-28 08:46:38 Re: Plperlu and sending emails, is it safe?