Re: [sqlite] Bulk Insertions allowing duplicate records even primary key existed

2009-12-28 Thread Artur Reilin
Hi Durga, double entries in the database shouldn't work. Seems to be a bug. Are these double entries have the same content? Or is it different? As I see your are inserting the same data through to different ways, right? Artur - Am 28.12.2009, 14:04 Uhr, schrieb Durga D

[sqlite] Bulk Insertions allowing duplicate records even primary key existed

2009-12-28 Thread Durga D
Hi All, I am developing an application with Sqlite3 Database in VC++ 6.0. Here, I tried for bulk insertions with CppSQLite3Statement. But, It's allowing duplicate records in my database even primary key existed. First, I inserted 5 records with insert query and transactions for every