Accessing Linked Oracle Tables in Access Using ODBC in VB 
Author Message
 Accessing Linked Oracle Tables in Access Using ODBC in VB

We have linked Oracle Tables in the Access DB and have saved the
password while linking. While trying to access the data using ODBC calls
to the Access DB in the VB code gives an error: S1000 - [Microsoft
Access 97 Driver]- ODBC Call Failed.

The rdoTables Collection does not even see these linked tables in the
Access DB.

Does anyone have a solution/workaround for this problem?



Sun, 11 Feb 2001 03:00:00 GMT  
 Accessing Linked Oracle Tables in Access Using ODBC in VB
You can check DBEngine.Errors (0 to DBEngine.Errors.Count - 1) to get
the full description of the ODBC error.

AZ

Vineeta Gangla Prabhu schrieb:

Quote:

> We have linked Oracle Tables in the Access DB and have saved the
> password while linking. While trying to access the data using ODBC calls
> to the Access DB in the VB code gives an error: S1000 - [Microsoft
> Access 97 Driver]- ODBC Call Failed.

> The rdoTables Collection does not even see these linked tables in the
> Access DB.

> Does anyone have a solution/workaround for this problem?



Sun, 18 Feb 2001 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Access to SQL/Oracle database using ADO and linked table

2. Strange ODBC errors using DAO to access linked tables

3. Access and linked ODBC tables don't use ODBC Definition

4. VB using DAO to execute Access query containing a linked table

5. Linking Access Tables in Different *.mdb Files, Populating an Access Table From Several Others

6. Linking Access Tables in Different *.mdb Files, Populating an Access Table From Several Others

7. Using VB to link tables in Access

8. linking an excel spreadsheet to an access table using vb

9. Programatically re-linking Oracle tables in Access

10. Attach a link to an oracle table to an access mdb

11. ODBC Auto Logon to LINKED Access Tables - HOW??

12. Accessing 32bit Access from a 16bit VB app using ODBC

 

 
Powered by phpBB® Forum Software