T
tiger79
Hi,
i'm using SqlCe 2.0 to create and fill a database. The data that i need to
place in the database is formatted in 3 txt files. The database itself is
made out of 3 tables. So i got 1 file for every table.
My problem right now is that the first two tables are filled correctly, but
when the third one is filled nearly all data in the second table gets
deleted
I haven't programmed this anywhere so I'd like to know if this is some kind
of bug, or if someone else experienced this ?
At the beginning I thought this was because of the fact that two of those
tables are related with each other (through a Foreign Key) but even after I
made up the database without using any foreign key it still does this
ANy help is appreciated, cause i've been struggling with this a whole day
now...
i'm using SqlCe 2.0 to create and fill a database. The data that i need to
place in the database is formatted in 3 txt files. The database itself is
made out of 3 tables. So i got 1 file for every table.
My problem right now is that the first two tables are filled correctly, but
when the third one is filled nearly all data in the second table gets
deleted
I haven't programmed this anywhere so I'd like to know if this is some kind
of bug, or if someone else experienced this ?
At the beginning I thought this was because of the fact that two of those
tables are related with each other (through a Foreign Key) but even after I
made up the database without using any foreign key it still does this
ANy help is appreciated, cause i've been struggling with this a whole day
now...