I am looking for a way to get a list of tables in an Access/SQL Server Database. Is there a method or a code example of this somewhere. I would like to create a drop down list with the table names that are located in an ACCESS database. Any help would be greatly appreciated. Thanks, John C. Hill
In SQL Server you can query the SYSOBJECTS table "John C. Hill" escribi en el mensaje news:O$6c7MjNGHA.3576@TK2MSFTNGP15.phx.gbl... >I am looking for a way to get a list of tables in an Access/SQL Server >Database. Is there a method or a code example of this somewhere. I would >like to create a drop down list with the table names that are located in an >ACCESS database. Any help would be greatly appreciated. > > Thanks, > > John C. Hill >
if somebody knows any method, then please help. I tried GetOleDbSchemaTable() method, but not getting desired result