10-11-2007 05:54 AM
10-14-2007 01:23 AM
Hi Lorand,
This may be a "long-shot", but if the Oracle "timestamp" is the same format as the 8-byte "datetime" used in MS Access, and MS SQL, then it can be converted into a float meaning days-since Jan 1, 1900. The "trick" may be in reading the raw timestamp as a float...
Cheers!
10-15-2007 01:11 AM
10-15-2007 02:42 AM
It sounds like you found a solution - excellent!
Just out of curiosity, I looked on my PC (XP Prof) for Oracle-related AX objects also looked through.NET assemblies - no luck. If you can build a very simple VI to repeatably crash LV, it might be a nice debugging tool for somebody on the NI-LabVIEW team. Here's a link to the product suggestion page (they accept attachments).
That's interesting about the higher resolution of the Oracle timestamp. Found this interesting link on the 11-byte format.
Cheers.
10-15-2007 05:38 AM