Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi every body! Please tell how can i get data type of a field in table of DB! Thanks! xyz
Assume you are useing SQLServer 2000 , look for INFORMATION_SCHEMA.COLUMNS in SQLSerever online book. You have to query from it. Mazy "I think that only daring speculation can lead us further and not accumulation of facts." - Albert Einstein
INFORMATION_SCHEMA.COLUMNS