Re: array-user : columns without defaults

2005-11-09 Thread Robert Story
On Tue, 25 Oct 2005 11:34:26 +0100 Paul wrote: PD> I am using the array-user template. [...] PD> When I do a Get on the rest of the columns in the row I get values such as PD> zero length hex strings and 0 for the integers etc. instead of what I PD> think I should retrieve i.e. noSuchInstance. The

array-user : columns without defaults

2005-10-25 Thread Paul Davies
I am using the array-user template. I have a table with no default values. i.e. nothing set in myTable_create_row() function. When I perform a Set on the index column and query the row status, I get a RowStatus of NotReady, which is correct. When I do a Get on the rest of the columns in the row