Kernel Errors 348 and 351
Ruslan Zasukhin
sunshine at public.kherson.ua
Thu Jun 30 10:44:58 CDT 2005
On 6/29/05 11:40 PM, "Andrew Sinning" <andrew at learningware.com> wrote:
> So, I'm doing some testing here to verify fix in later build. I must be
> doing something terribly wrong. This can't be right.
>
> In version 1.11:
>
> I have a simple table with just two fields, an id and a 1024 varChar:
>
> CREATE TABLE test_varChar (
> id UMedium NOT NULL,
> string VarChar(1024,'ASCII') NOT NULL
> );
>
> I have a test function in Director which adds 1500 new records to the
> table. Each new record contains about 850 characters in field
> "string". After adding 1500 new records, it flushes the db and then
> reports the total number of records in the table. Each time I run the
> test function, the number of records goes up by 1500, as you would expect:
> --1500
> --3000
> --4500
> ... etc.
> BUT, when it gets to 14763 records, it stops getting bigger. It's as if
> the db has maxed out at 14763 records.
>
> So the next time, I add just 100 records between each flush. This time
> it tops out at 14811.
>
> Then, I change the script so that the db gets flush after every single
> new record. This time it tops out at 14763 records.
>
> I have no idea what I am doing wrong. Here's what my Add record
> function looks like:
Andrew, sounds like you have simple project on hands to reproduce ?
Please send it to me.
--
Best regards,
Ruslan Zasukhin
VP Engineering and New Technology
Paradigma Software, Inc
Valentina - Joining Worlds of Information
http://www.paradigmasoft.com
[I feel the need: the need for speed]
More information about the Valentina
mailing list