![]() | ![]() Products ![]() ![]() ![]() ![]() |
Home » Technical Support » ElevateDB Technical Support » Support Forums » ElevateDB General » View Thread |
Messages 1 to 3 of 3 total |
![]() |
Fri, Jun 27 2008 4:01 AM | Permanent Link |
"Enrico Ghezzi" | Hi
i have 300 tables , i must examine all ONLY for read the description in the Header , in fast mode. ( i don't read any internal data / fields.... ) i must .open the table ? |
Fri, Jun 27 2008 4:37 AM | Permanent Link |
Roy Lambert NLH Associates ![]() | Enrico
Its more a case of you can't read the header by opening the table ![]() With ElevateDB all the table metadata is stored in the catalog and to examine any of it you read the system tables. So you'd need to do something like select Name, Description from information.tables Roy Lambert [Team Elevate] |
Fri, Jun 27 2008 1:40 PM | Permanent Link |
Tim Young [Elevate Software] Elevate Software, Inc. ![]() | Enrico,
<< i have 300 tables , i must examine all ONLY for read the description in the Header , in fast mode. ( i don't read any internal data / fields.... ) i must .open the table ? >> Nope. As Roy indicated, just run this query against the current database: SELECT Name, Description FROM Information.Tables -- Tim Young Elevate Software www.elevatesoft.com |
This web page was last updated on Monday, July 14, 2025 at 02:20 AM | Privacy Policy![]() © 2025 Elevate Software, Inc. All Rights Reserved Questions or comments ? ![]() |