Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

Feedback on: irt.org FAQ Knowledge Base Q3006

irt.org | About | Feedback | 1180 [ previous next ]

Feedback on:
irt.org FAQ Knowledge Base Q3006

Sent by
Orlando Correa on May 04, 2000 at 11:48:28:

Worth:
Very worth reading

Comments:
I wrote the following CF for SQL Server to get all the tables using the system tables:

<CFQUERY NAME="getTables" DATASOURCE="#ds#" DBTYPE="ODBC">
SELECT * FROM INFORMATION_SCHEMA.COLUMNS
<CFIF IsDefined("url.table_name")>
WHERE table_name='#url.table_name#'
<CFELSE>
ORDER BY table_schema, table_name, ordinal_position desc
</CFIF>
</CFQUERY>

Thanks for providing the MS Access version...


Other feedback on 'irt.org FAQ Knowledge Base Q3006' - show all


Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 21st December 2007. Maintained by: Martin Webb
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2008 irt.org, All Rights Reserved.