I'm trying to save a datetime field from an Informix DS 7.1.3 db in an array. But I keep getting the following message:
(0x80020009)
An exeption ocurred
/bookings/prueba.asp, line 17
Here is the code:
Dim Prueba()
x = 0
rsBooking.MoveFirst
Do
Redim Preserve Prueba(x)
Prueba(x) =...
I'm trying to save a datetime field in an array. But I keep getting the following message:
(0x80020009)
An exeption ocurred
/bookings/prueba.asp, line 17
Here is the code:
Dim Prueba()
x = 0
rsBooking.MoveFirst
Do
Redim Preserve Prueba(x)
Prueba(x) = cstr(rsBooking.Fields(0))
x = x + 1...
I insert time values into an Informix DS 7.31 perfectly, but when I try to read it and show it in my asp, they don't show up. Why is that happening?
Thanks
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.