If the methods in the "Resolution" section do not apply to your situation,
use one of the following methods to work around this problem.
Method 1: Use the Microsoft ODBC Driver for Oracle
Instead of using the Oracle ODBC driver, you can use the Microsoft ODBC Driver for Oracle when you create an ODBC data source name (DSN).
Note This method does not work if the primary key contains
characters that belong to one code page but not to another code page. For
example, the euro symbol is part of the WE8MSWIN1252 character set,
but the euro symbol is not part of the WE8ISO8859P1 character set. If a record has a primary
key value that contains the euro symbol, the linked ODBC table displays
#Deleted for every field value of this specific record. Other records are
displayed correctly.
Method 2: Create the linked ODBC table, but do not open it
Instead of opening the linked ODBC table directly, you can create
a query, a form, or a report in Access that is based on the linked ODBC table. For
a query or for a form, make sure that you click
Snapshot under
Recordset Type. Do not click
Dynaset under
Recordset
Type. To do this, follow these
steps:
- Start Access.
- Open the database that contains the linked ODBC
table.
- Create a form or a query.
- Open the form or the query in Design view.
- For a form, follow these steps:
- To open the Form
Properties dialog box, click Properties on the View menu.
- In the Form Properties dialog box,
click Form, and then click the
Data tab.
For a query, follow these steps: - To open
the Query Properties dialog box, click Properties on the
View menu.
- In the Query
Properties dialog box, click the General tab.
- Under Recordset Type, click
Snapshot.
Method 3: Use an SQL pass-through query
Instead of using the linked ODBC
table, you can use an SQL pass-through query. By using an SQL pass-through query, you work directly with the server
table instead of having the Microsoft Jet database engine process the
data. For more information
about how to create an SQL pass-through query in Access, click the following
article number to view the article in the Microsoft Knowledge Base:
303968�
How to create an SQL pass-through query in Access