From: Carlos G. A. <car...@te...> - 2003-06-05 15:36:55
|
Hello: > I come again to the arrays topic. ;-) > > Probably it is more a Firebird question but when we insert an array that > is smaller than the definition of the array, what happens on the database? > > Example: If the array field is defined as 30.000 ints and we insert a slice > of 3 ints, is the database size increased by 30.000 values? Huummm at this moment array implementation of the provider will fill the array up to 30000 values filling them with 0. -- Best regards Carlos Guzmán Álvarez Vigo-Spain "No tengo dones especiales.Sólo soy apasionadamente curioso" Albert Einstein, científico. |