Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 4 of 4 total
Thread DBISAM upgrade
Sun, Sep 10 2006 4:18 PMPermanent Link

Sandy Ptalis
I am working on a system where the DBISAM files were upgraded from 3.23 to 4.24 and the Auto Increment option on indices of the file is not working.
Can someone give me some advice as to what to look for?
Sun, Sep 10 2006 6:26 PMPermanent Link

"Robert"

"Sandy Ptalis" <sptalis@optonline.net> wrote in message
news:A28AC999-507C-4227-915C-48045B22D81C@news.elevatesoft.com...
>I am working on a system where the DBISAM files were upgraded from 3.23 to
>4.24 and the Auto Increment option on indices of the file is not working.
> Can someone give me some advice as to what to look for?
>

Define "not working". If you do an insert with DBSYS, do you get the right
autoinc value?

Robert

Sun, Sep 10 2006 7:05 PMPermanent Link

"Ralf Mimoun"
Sandy Ptalis wrote:
> I am working on a system where the DBISAM files were upgraded from
> 3.23 to 4.24 and the Auto Increment option on indices of the file is
> not working. Can someone give me some advice as to what to look for?

Maybe the field value is set to something like 0, maybe you copy a record
automatically. A new AutoInc value is only set if the field value is NULL
when you post the new record.

Ralf
Mon, Sep 11 2006 4:37 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Sandy,

<< I am working on a system where the DBISAM files were upgraded from 3.23
to 4.24 and the Auto Increment option on indices of the file is not working.
Can someone give me some advice as to what to look for? >>

Ralf is correct, you may be relying on the previous 3.x behavior, which
changed somewhat in 4.x.

http://www.elevatesoft.com/dbisam4d5_changes.htm

--
Tim Young
Elevate Software
www.elevatesoft.com

Image