‎2006 Oct 23 10:17 AM
how can i insert a dupliacte row in the database table?
thanks,
vijaya.
‎2006 Oct 23 10:26 AM
HI Vijaya,
Insertion in the database table deppends on the Primary key of the table. You can not insert an new row in a table if an entry with the same primary already exists.
Regards,
Manish
‎2006 Oct 23 10:26 AM
HI Vijaya,
Insertion in the database table deppends on the Primary key of the table. You can not insert an new row in a table if an entry with the same primary already exists.
Regards,
Manish
‎2006 Oct 23 10:27 AM
insertion of duplicates into a table is purely based on the primary key.
You can not insert duplicate values into a table.
Regards
- Gopi
‎2006 Oct 31 8:05 AM
hi lakshmi,
All the entries you insert into the database will get stored depending upon the keyfields,
so it is not possible to enter duplicate entries.