Hello All,
I'm getting an invalid cast exception but I'm not sure why, here is the list of my conversions.
SQL -> VB.NET
char(4) -> String
varchar(50) -> String
tinyint -> Integer
char(1) -> Char
bit -> boolean
smallint -> Integer
smallmoney -> Double
int -> Integer
datetime -> datetime
Thanks in advance for your help