Wow, thanks for the reply.
I don't know which version we are using, but I'm sure it's not the latest ;-). And also our Tandem OBDC drivers may not be up to the latest standards, it doesn't support very much ODBC and SQL stuff.
But ADO gets the corret precision, it's 26 as it should be. But the value of the returned columns only contains year to second.
Maybe it's a visual basic problem?
I think the
VB date datatype doesn't support fractions and therefore truncates the value.
I have still no idea how to solve this, and since our tandem ODBC driver is ... well, it's not the best money can buy I guess, I can't even use functions in an SQL statement to seperate the date time into to columns for year to second and the fraction in a seperate column.
btw, IF a statement would finally work for the seperate columns idea, how should it look syntactically? I tried everything in the docu but nothing worked. Maybe I can present a statement to our DB group and tell them: "Make this work, however!" =) But I lack the experience and information ...