We are having the following problem; we are trying to migrate a server
side Javascript application from NES v. 3.6 to iPlanet. In our legacy
code, we use the insertRow method of an updateable cursor to insert data
into an Oracle database. This was working fine in NES 3.6. When we try
to do the same on IPlanet, any number that we try to insert seems to be
"converted" into a date (a strange one at that, like 31st December,
1969). Needless to say, when the sql statement tries to insert a date
into a number or varchar field, we get an Oracle error. Has anyone else
attempted to make this move...it seems that when we use the execute
method of the connection object, this does not happen.
Thanks
Bharni