Re: [INTERFACES] ODBC Driver
Byron Nikolaidis <byronn@insightdist.com>
From: Byron Nikolaidis <byronn@insightdist.com>
To: Bruce Tong <zztong@laxmi.ev.net>
Cc: PostgreSQL General <pgsql-general@postgreSQL.org>, pgsql-interfaces@postgreSQL.org
Date: 1998-07-23T15:57:16Z
Lists: pgsql-general
Bruce Tong wrote: > > Installed, threw away the old data link, created a new data link, same > problem occurred. > OK, could you try this before we resort to more drastic things. When you are looking at the design view of your query, right click and call up "properties" or call it up under the "View" menu. For the "RecordSet type" property, try changing it to "Snapshot". See if this causes Access to not throw the "order by" clause in the query. Of course having the recordset type as a snapshot means you can't update the query resultset. Let me know if it works. Byron