Re: linking temporary tables from MS Access? - Mailing list pgsql-general

From Tony Caduto
Subject Re: linking temporary tables from MS Access?
Date
Msg-id 43CCF860.7030108@amsoftwaredesign.com
Whole thread Raw
In response to linking temporary tables from MS Access?  (Zlatko Matić <zlatko.matic1@sb.t-com.hr>)
List 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

pgsql-general by date:

Previous
From: Oleg Bartunov
Date:
Subject: Re: full text search
Next
From: Emi Lu
Date:
Subject: About Full-text searching under postgresql