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.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2001-12-04 : 09:16:01
|
| Tat writes "How can I get a type and size of a field in a database table using ASP?Thank you." |
|
|
robvolk
Most Valuable Yak
15732 Posts |
Posted - 2001-12-04 : 09:39:03
|
| You can write a query to SELECT from the INFORMATION_SCHEMA.COLUMNS view. That will tell you pretty much everything you want to know about the column(s). |
 |
|
|
|
|
|