Problem with link dialog list >= 35000 entries

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, maybe someone more experienced than me can try to reproduce this, it
might be a limit/bug in Access 2003:

When trying to link to a table from a DB with >= 35000 entries (= sum of
tables, views and synonyms) I am not able to link correctly to the last table
in the link dialog list.

I first encountered this with Oracle 9 via ODBC but can reproduce the
problem linking to an Access mdb with >= 35000 tables.

Could it be that Access uses an integer variable (<=32767) for the dialog
list index?
 
Thanks for your quick answer. I found a workaround for my Oracle / ODBC
Problem by altering the following value in the registry:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Jet\4.0\Engines\ODBC]
"AttachableObjects"="'TABLE','VIEW','SYSTEM TABLE','ALIAS','SYNONYM'"

In my case, excluding 'SYNONYM' from the attachable objects reduced the list
in the link dialog to < 32768.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top