Saturday, August 13, 2011

List all the table from MS Access

List all table name from MS Access database
 
Select Name from MSysObjects where Type = 1 and flags=0

No comments:

Post a Comment