Help w/ procedure to IMPORT ODBC-Linked tables 
Author Message
 Help w/ procedure to IMPORT ODBC-Linked tables

Could anyone help me create a function to import tables?

I plan to tie to several Oracle based ( ODBC linked) tables, and use
Access97 as a reporting tool. I want to IMPORT the data from Oracle
tables, and rename them as Access tables for 2 reasons:
1) ensure that users cannot modify/delete Oracle data via Access
2) improve speed

I originally tried make-table and append queries in macros. There are
over 60 tables, and the list may grow. I don't want to clutter up the
database with over 120 unnecessary queries...

I would like to create  a function to do the updates using the following
logic:
1) If access table does not exist create the table
ELSE
2) Clear existing table and append all data. (In order to preserve
indexes, relationships, and table descriptions entered in Access)
The function could read information from a table to remap Oracle table
names as Access tables using Leszynski Naming Conventions.

Any suggestions for a better idea to do the same, or code snippets to
show me how to do this would be highly appreciated.

TIA

Sebastian



Tue, 13 Feb 2001 03:00:00 GMT  
 Help w/ procedure to IMPORT ODBC-Linked tables
Hi Sebastian,

Sounds a bit involved :).  However, you can start by grabbing the ODBC
Reconnect code from my website (Tables section).  Using that methodology,
connect to a table, then use an Append Query to append the data to a local
Access table (Or a make table query).  After this, you can open the Access
Table and define all the information as you need it.  Access help has some
examples as well.

HTH
--
Dev Ashish (Just my $.001)
---------------
The Access Web ( http://home.att.net/~dashish )
---------------

:Could anyone help me create a function to import tables?
:
:I plan to tie to several Oracle based ( ODBC linked) tables, and use
:Access97 as a reporting tool. I want to IMPORT the data from Oracle
:tables, and rename them as Access tables for 2 reasons:
:1) ensure that users cannot modify/delete Oracle data via Access
:2) improve speed
:
:I originally tried make-table and append queries in macros. There are
:over 60 tables, and the list may grow. I don't want to clutter up the
:database with over 120 unnecessary queries...
:
:I would like to create  a function to do the updates using the following
:logic:
:1) If access table does not exist create the table
:ELSE
:2) Clear existing table and append all data. (In order to preserve
:indexes, relationships, and table descriptions entered in Access)
:The function could read information from a table to remap Oracle table
:names as Access tables using Leszynski Naming Conventions.
:
:Any suggestions for a better idea to do the same, or code snippets to
:show me how to do this would be highly appreciated.
:
:TIA
:
:Sebastian

:
:
:
:



Thu, 15 Feb 2001 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Linked Table VS Import Table

2. Help Importing a CSV into a Linked Table.

3. Linked Table VS Import Table

4. To link procedure and table in visual linking...

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

6. Is it possible to link ActiveData tables to ODBC tables

7. Error 3423 - Cannot use ODBC to import from, export to, or link an external Acce

8. Importing data into linked tables

9. Problem importing a text file to a linked table in Access 2000

10. Adding a new Field to a Linked (or Imported) Table

11. difference between import and linking of outlook table

12. Import / Link Table with FTP ?

 

 
Powered by phpBB® Forum Software