Re: Was...[GENERAL] Checkboxes on MSAccess and PostgreSQL
David Hartwig <daveh@insightdist.com>
From: David Hartwig <daveh@insightdist.com>
To: robert@chalmers.com.au
Cc: "pgsql-general@postgreSQL.org" <pgsql-general@postgreSQL.org>
Date: 1999-01-18T22:57:57Z
Lists: pgsql-general
Robert Chalmers wrote: > Hi, > I'm pretty new to postgresql, but am reasonably familiar with MSAccess, and I > see here that Valerio can export tables from Access to pgsql. How is this done? > And using forms from Access related to pgsql databases? You need ODBC driver for PostgreSQL. (See http://www.insightdist.com/psqlodbc) Once you connect to the backend everything is more or less the same. There are, however, many little considerations with regard to performance and locking. But, it doesn't take to much to get started.