ganders Posted January 30, 2008 Posted January 30, 2008 hi folks is there a way to get an enumeration over all tables of a db-connection? i need to retrieve tables from a databsae, without knowing theire names and the exact count. best regards george Quote
Administrators PlausiblyDamp Posted January 30, 2008 Administrators Posted January 30, 2008 What database are you using? If you are using SQL server you could simply query the INFORMATION_SCHEMA.Tables view for them. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.