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)
 SP_Help... Urgent

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2002-04-11 : 08:49:03
Rajesh writes "What is the exact syntax for getting column names and data type in asp.

for example, in query analyser we give sp_help tablename which gives result about the table columns likewise how to use this type of feature in asp.

help.
Rajesh"

graz
Chief SQLTeam Crack Dealer

4149 Posts

Posted - 2002-04-11 : 08:49:03
You can use the information schema views (http://www.sqlteam.com/item.asp?ItemID=261).
Go to Top of Page
   

- Advertisement -