I am using CVI7.0 and Oracle10g as back end.I have a variable joindate declared as date datatype in Oracle10g.How can I access the value of this date variable in CVI.
I'm not familiar with Oracle's datatypes, but I'd suggest looking around in its documentation for a definition of date. It may be a simple struct or something easily castable to some sort of numeric datatype.