2006 Sep 01 4:41 PM
In new entries of the table, if we give the same id number again it shows the id already exists..so how to repeat the data in tables
2006 Sep 01 4:44 PM
In new entries of the table, if we give the same id number again it shows the id already exists..so how to repeat the data in tables
2006 Sep 01 4:44 PM
2006 Sep 01 4:45 PM
KEY field combination values can NOT be accepted again in to the table.
thats we call as "PRIMARY KEY",if you dont want this,remove one or more key fields from PRIMARY KEY Combination.
Regards
srikanth
Message was edited by: Srikanth Kidambi
2006 Sep 01 4:45 PM
Hi,
if the field is primary key field,it does not accept repeated values, i mean to say it holds only unique data.
check if ur field is key field, in that case it is not possible to give same value again.
Regards,
Sowjanya
2006 Sep 01 4:45 PM
Hi,
remove primary key check in se11 in ur table
to accept duplicates values.
Regards
Amole
2006 Sep 01 4:49 PM
Hi ,
Include system time or some sequence number in your unique or primary key combination. I mean to say you need to add one field to your key whose value is unique like the time of record entry etc. This will allow you to enter record with same data except time.
Hope this helps.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |