Subject | Re: [firebird-support] database and structure problem |
---|---|
Author | Gabor Boros |
Post date | 2009-01-19T09:42:17Z |
Hi,
Olaf Kluge írta:
"the procedure sometimes forgets the last position" thing. Procedure
means stored procedure? Not an smallint/integer/int64 problem?
Store a big number in a smallint or something similar?
Olaf Kluge írta:
> Hello,What small and bigger size cover in megabytes? And please describe then
>
> I have a database server, firebird 2.1 superserver.
>
> A procedure of the database does create job-positions in a separate table,
> based on the predetermined positions 1 through n. As long as the database is
> a small size, the procedure worked fine. Now that the database has become a
> bigger size, the procedure sometimes forgets the last position. After the
> database is compressed and restored, it works fine again.
"the procedure sometimes forgets the last position" thing. Procedure
means stored procedure? Not an smallint/integer/int64 problem?
Store a big number in a smallint or something similar?
>Gabor
> The database structure was not created by me, but it is now my task
>
> I have had this problem in other projects, that the database doesn’t works
> fine if the size has grown.
>
>
> Thank you for your help.