-
From: Costas Piliotis [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 26, 2002 10:30 AM
To: CF-Talk
Subject: RE: Get list of tables from a SQL Server DB
Actually, surprisingly, either work :)
Funny... I think the only difference between the two fields comes when you
get into indices. With
, 2002 10:10 AM
To: CF-Talk
Subject: RE: Get list of tables from a SQL Server DB
is it xtype?.I thiught it was just type but that's off the top of my
head
-Original Message-
From: Costas Piliotis [mailto:[EMAIL PROTECTED]]
Sent: 26 April 2002 18:07
To: CF-Talk
Subject: RE: Get li
ubject: RE: Get list of tables from a SQL Server DB
>
>
> Uh... Isn't it:
>
> select [name] from sysobjects where xtype = 'U'
>
> -Original Message-
> From: Tim Heald [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 25, 2002 9:58 PM
> T
is it xtype?.I thiught it was just type but that's off the top of my
head
-Original Message-
From: Costas Piliotis [mailto:[EMAIL PROTECTED]]
Sent: 26 April 2002 18:07
To: CF-Talk
Subject: RE: Get list of tables from a SQL Server DB
Uh... Isn't it:
select [name] from
Uh... Isn't it:
select [name] from sysobjects where xtype = 'U'
-Original Message-
From: Tim Heald [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 25, 2002 9:58 PM
To: CF-Talk
Subject: RE: Get list of tables from a SQL Server DB
Select name
>From systables
Where
sp_helpdb and the db name
-Original Message-
From: Paul Hastings [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 26, 2002 12:55 AM
To: CF-Talk
Subject: Re: Get list of tables from a SQL Server DB
> Is there any way I can get the list of tables in a SQL 2000 DB
> programmatical
ooops you should remove that < from before the From statement
Tim Heald
ACP/CCFD
Application Development
www.schoollink.net
-Original Message-
From: Tim Heald [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 26, 2002 12:58 AM
To: CF-Talk
Subject: RE: Get list of tables from a SQL Ser
Select name
>From systables
Where xType = u
Tim Heald
ACP/CCFD
Application Development
www.schoollink.net
-Original Message-
From: Vishal Narayan [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 26, 2002 12:42 AM
To: CF-Talk
Subject: Get list of tables from a SQL Server DB
Is there a
> Is there any way I can get the list of tables in a SQL 2000 DB
> programmatically ? I guess what I need is a limited form of sp_help, as
> long as it just gives me all the user-created tables, system tables not
grab the cf_sql pack from my shop's site. http://www.tei.or.th/eic/
under the "fr
9 matches
Mail list logo