|
-
Sep 11th, 2001, 02:21 PM
#1
Thread Starter
Junior Member
determining tables in Access with SQL
I have quite a bit of experience writing code to deal with databases, though most of that experience deals with Sybase and Oracle. I'm trying to write a bit of code to pull values out of an Access database and place them into a Sybase database. This all has to be generic though. One of the things i want to be able to do is give a list of all the tables in a given Access database in order to match them up with tables in Sybase. All i have to do in Sybase is do a SELECT on sys.systables. Access doesn't really seem to have the same kinda thing though. Can anyone help me out here? Thanks...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|