From: Jesus A. <ja...@er...> - 2003-05-09 10:11:34
|
Hi all, I am playing with the capabilities of the array data type with the development version 1.1. I need it because I would like to retrieve data segments using the indexes instead of using blobs and relying on the offset. I have an array column of 12000 integers because is the maximum number of elements. The problem is that not always my arrays contain the 12000 values. Can I insert a new row with less values without generating an exception? What about partial updates? Anybody else is playing with arrays? Regards, Jesus |