RE: access linked tables
От | Joseph |
---|---|
Тема | RE: access linked tables |
Дата | |
Msg-id | CLEJKCMNOMBPKNIAIODGKECCCAAA.lters@mrtc.com обсуждение исходный текст |
Ответ на | access linked tables ("Tamsin" <tg_mail@bryncadfan.co.uk>) |
Список | pgsql-odbc |
As long as you don't need performance, I would say bound forms, reports is fine. If you are working with large tables and need lots of performance than you want lots of unbound forms and controls,passthrough queries etc. Joseph Showalter -----Original Message----- From: pgsql-odbc-owner@postgresql.org [mailto:pgsql-odbc-owner@postgresql.org]On Behalf Of Tamsin Sent: Thursday, February 22, 2001 5:33 AM To: postgres odbc Subject: access linked tables Hi, Not sure if this is the right place to ask this - I'm just getting started converting an access database to use postgresql as the database and access as the front end. I'm looking at whether its ok to just use linked tables and bound forms, or whether I need to use a combination of ADO, pass-through queries, unbound forms, and explicit code to comunicate with the db. My question is, although my postgres tables have PKs, with linked tables when access generates a query to do an update it doesn't use the pk in the where clause, but does something like: update tablename set field1 = 'newvalue1', field2 = 'newvalue2'.... where field1 = 'oldvalue1' and field2 = 'oldvalue2'... etc etc for all the fields in the table. This seems unneccesary and inefficient to me - is it normal behaviour for access linked tables? Is there something I can do to tell access to just use the pk? I'm using postgres 7.0.2, ODBC driver 6.5 Thanks, Tamsin
В списке pgsql-odbc по дате отправления: