W
Wes
I have a dataset populated from a spreadsheet with 4 columns and I want to fill the dataAdapter for the database that also has 4 columns, but the data types are different. One column holds an INT(32) and I'm trying to put that into the column and holds a string.
The question I have is how do I change the dataytpe in the dataset to the datatype in the database?
From http://developmentnow.com/g/7_2004_5_0_3_0/dotnet-framework-adonet.htm
Posted via DevelopmentNow.com Groups
http://www.developmentnow.com
The question I have is how do I change the dataytpe in the dataset to the datatype in the database?
From http://developmentnow.com/g/7_2004_5_0_3_0/dotnet-framework-adonet.htm
Posted via DevelopmentNow.com Groups
http://www.developmentnow.com