Hi All.
Here's an interesting thing I've just come across….
On an Ingres2006R2 installation I do: select distinct column_datatype from iicolumns
It lists all the column datatypes and of course things like 'INGRESDATE'.
Now from an Ingres II2.6 installation which uses a vnode to connect to exactly the same database, I run the same query and find all the INGRESDATE stuff has been massaged to simply DATE.
All the ansidate stuff (and timestamps, intervals etc) come out exactly as-is on the vnode query.
Why has it bothered to massage INGRESDATE to DATE?
I assume this is to allow a copydb run on an II2.6 site to have a chance of functioning on a vnode to an 2006R2 site. But when I try that I get an error: E_US0B5A line 1, There is no such function as 'iimacaccess'.
Martin Bowes