Re: linking temporary tables from MS Access?

From: Tony Caduto <tony(dot)caduto(at)amsoftwaredesign(dot)com>
To: Zlatko Matić <zlatko(dot)matic1(at)sb(dot)t-com(dot)hr>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: linking temporary tables from MS Access?
Date: 2006-01-17 14:00:00
Message-ID: 43CCF860.7030108@amsoftwaredesign.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Zlatko Matić wrote:
> Is it possible to use temporary tables from MS Access, as linked tables?
> I was not able to link, but maybe someone succeeded?

It should work if you can do it all in the context of a single
connection, but if it does not, just roll your own temp table, create
one on the fly, fill it what you want and then drop when you don't need
it anymore.

--
Tony Caduto
AM Software Design
Home of PG Lightning Admin for Postgresql
http://www.amsoftwaredesign.com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Emi Lu 2006-01-17 14:39:04 About Full-text searching under postgresql
Previous Message Oleg Bartunov 2006-01-17 13:38:11 Re: full text search