B banana boy Nov 1, 2005 #1 Could someone tell me if it is possible to get the length of a field retrieved with the sqldatareader
Could someone tell me if it is possible to get the length of a field retrieved with the sqldatareader
G Guest Nov 1, 2005 #2 I think the best way to execute the get schema query by giving th table name to the Command object with Data Adapter. After getting the Data table you can get the column details from Data Table
I think the best way to execute the get schema query by giving th table name to the Command object with Data Adapter. After getting the Data table you can get the column details from Data Table