My VB code is choking on the 8-byte SQL type 'timestamp'. I'm getting a Type Mismatch error. I know that this SQL value is note really a date/time, but rather a binary value. I'm trying to load a timestamp value (via ADO) into a Date variable (also 8 bytes) -Choke. I've also tried a variable of Double type -Choke!
Do I need a custom VB type to work with SQL timestamp values?
-thanks
Do I need a custom VB type to work with SQL timestamp values?
-thanks