This is an easy one , I need to know the way to check programatically for an SQL server 2000 column data type , if the result is a code , which codes are for the diferent datatypes ( varchar , text , smallint , etc ) , if you send me an url is ok.
thank youselect DATA_TYPE
from Information_Schema.Columns
where table_name = 'table_name'|||Thanks
No comments:
Post a Comment