Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: lucano
  • Content: Threads
  • Order by date
  1. lucano

    What's the problem with this?

    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) =...
  2. lucano

    What's the problem with this?

    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...
  3. lucano

    Trouble with Informix, ASP and DateTime Field

    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

Part and Inventory Search

Back
Top