RE: [INTERFACES] ODBC: 'Insufficient base table information for u pdating or refreshing' error with ADO

From: Dave Page <dpage(at)vale-housing(dot)co(dot)uk>
To: "'pgsql-interfaces(at)postgresql(dot)org'" <pgsql-interfaces(at)postgresql(dot)org>
Subject: RE: [INTERFACES] ODBC: 'Insufficient base table information for u pdating or refreshing' error with ADO
Date: 1999-10-18 15:21:01
Message-ID: 8568FC767B4AD311AC33006097BCD3D601428F@woody.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces


Just for information (in case anyone is interested), I have now solved this
problem. In a nutshell, ADO does not like trailing semi-colons on queries.
eg.

SELECT * FROM tablename;

will give an 'Insufficient base table information for updating or
refreshing' error, when updating the resulting recordset, but

SELECT * FROM tablename

will not.

Regards,

Dave.

--
Network & Systems Manager, The Vale Housing Association.
http://www.vale-housing.co.uk (Work)
http://www.pgadmin.freeserve.co.uk (Home of pgAdmin)
Beer can be a permanent solution, but only if you have enough of it!

> -----Original Message-----
> From: Dave Page [mailto:dpage(at)vale-housing(dot)co(dot)uk]
> Sent: 18 October 1999 08:40
> To: 'tbyrnes(at)helioshealth(dot)com'
> Cc: 'pgsql-interfaces(at)postgresql(dot)org'
> Subject: RE: [INTERFACES] ODBC: 'Insufficient base table
> information for
> u pdating or refreshing' error with ADO
<SNIP>

Browse pgsql-interfaces by date

  From Date Subject
Next Message Esteban Chiner Sanz 1999-10-18 17:05:11 Problem with PreparedStatement
Previous Message Ansley, Michael 1999-10-18 14:22:12 RE: [INTERFACES] MsAccess and ODBC Postgres: table structure modi fication