Link to home
Start Free TrialLog in
Avatar of genehayes
genehayes

asked on

Using vb.net 2005, how do I determine the datatype of a column in a typed dataset?

I'm trying to assign values to columns in a dataset, but need to know what the datatype of the column is before I do, so I don't assign in invalid value.

Any ideas?


ASKER CERTIFIED SOLUTION
Avatar of PaulHews
PaulHews
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of genehayes
genehayes

ASKER

Excellent!  I was working around it, but never quite got there.  Thanks!