GetTableNames and System Tables
Posted: 16.04.2007, 12:45
Hi, I'm writing a simple db viewer with BDS 2006 and ZeosLib, for personal use, and when I open a database with it I fill out a listbox with the tables contained in the DB.
On MSSQL 2005 however I've a lot of system tables that I want to filter when I need to use only the user tables of the database.
There is a way using pattern or the properties of the TZConnection to get only the user tables list from a database?
On MSSQL 2005 however I've a lot of system tables that I want to filter when I need to use only the user tables of the database.
There is a way using pattern or the properties of the TZConnection to get only the user tables list from a database?