T-Square Posted October 19, 2006 Posted October 19, 2006 A question about backing up data got me wondering whether it is possible to identify all the tables in a file and iterate through that list programmatically. The idea is to be able to script something like (using pseudo code) Select All Tables Loop Go To Next[Exit After Last] End Loop Being able to do this would make import/export much cleaner and extensible... Has anyone done something like this? David
jteich Posted October 19, 2006 Posted October 19, 2006 TableNames ( Get( fileName ) ) gives you a list of all the tables in the file which can be iterated over. -jens
Recommended Posts
This topic is 6612 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now