Re: [GENERAL] PostgreSQL and Access (via ODBC)

2000-07-13 Thread Sean Weissensee
Within Access, click file, get external data, link tables, choose ODBC, select the postres driver, select the DSN, this will bring up a window to select tables from the db, highlight the tables, click ok, at this stage if a unique ID was not set in the postgre table a window will appear to ch

Re: [GENERAL] PostgreSQL and Access (via ODBC)

2000-07-12 Thread Froilan Mendoza
On Wed, 12 Jul 2000, Sean Weissensee wrote: > When importing in Access, it would have prompted you to select a unique > ID for each table, did you assign this ? Im pretty new to this, so please bear with me :) if unique id ~= create unique index myindex on table (field) then yes ... if not,