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 all, how i can retrieve the sql type of a field if i have the system type; for example how i can convert system.string in varchar? Regards
I'm not sure what you're trying to do but you can get at the sql datatypes using the System.Data.SqlDbType enumeration. Kev
System.Data.SqlDbType