Usable Asp.Net

Little things that make Asp.Net more usable

Browse by Tags

All Tags » ado.net (RSS)
Sorry, but there are no more tags available to filter with.
Programmatically determining the sqlDbType of a field
I found this remarkable info in a newsgroup post from David Sceppa from Microsoft: You can build a SqlCommand to query the table and retrieve this schema information from the SqlDataReader through its GetSchemaTable method. This method returns a DataTable...
Posted: Dec 20 2006, 03:34 PM by egoldin | with 6 comment(s)
Filed under: