Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 How to get a table's fieldname, data type... with programming..

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-12-04 : 09:16:51
Romah writes "Dear Sir/Madam,

Recently i need to write a DBA utility that can abstract
any table's fieldname, datatype and so on..
The data can be used in an array (programming purposes - VB).

Thanks for your help..


Regards,
Romah"

LarsG
Constraint Violating Yak Guru

284 Posts

Posted - 2001-12-04 : 09:33:38
The view

information_schema.columns

contains information about columns for all accessible tables.

Go to Top of Page
   

- Advertisement -