J
Jacek Jurkowski
Im making some select using OleDbDataAdapter.
Adapter fills my DataSet with selected data.
How to inform OleDbDataAdapter to convert specified
OleDbTypes to eqivalent c# types. How to make it to
allways change f.e. char to string and numeric to double.
You must remember that i don't know what tables will
be returned.
Adapter fills my DataSet with selected data.
How to inform OleDbDataAdapter to convert specified
OleDbTypes to eqivalent c# types. How to make it to
allways change f.e. char to string and numeric to double.
You must remember that i don't know what tables will
be returned.