[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Creating a second record with and id greater than 2,147,483,647 causes a duplicate id error msg to appear.
- To: <bugtrack@dieboldes.com>
- Subject: Creating a second record with and id greater than 2,147,483,647 causes a duplicate id error msg to appear.
- From: "Ravina Dhami" <ravina@dieboldes.com>
- Date: Thu, 25 Apr 2002 16:05:06 -0700
- Importance: Normal
GEMS
1.18.9
If I create a record
that has an id greater than 2,147,483,647 it defaults to 2,147,483,647 when I
save the record. The next time I try to create a record that has an id
greater then 2,147,483,647 I get an error msg and then am only able to
create records that have an id less than 2,147,483,647.
This is the error
that I get
Ravina