Re: [sqlite] SQLite 3 and FK

2010-12-07 Thread Wodka40[Google]
On 6 Dic, 14:43, "Jay A. Kreibich" wrote: > On Mon, Dec 06, 2010 at 06:20:13PM +0600, Dagdamor scratched on the wall: >zac Yes ...my error...i want translate name from italian I resolve error! Table models is auto generate from csv import file...and...not have a PK !!! i dont see this macro

Re: [sqlite] SQLite 3 and FK

2010-12-06 Thread Jay A. Kreibich
On Mon, Dec 06, 2010 at 06:20:13PM +0600, Dagdamor scratched on the wall: > Wodka40[Google] писал(а) в своём письме Mon, 06 > Dec 2010 17:30:47 +0600: > > > (First of all sorry for my "inglish") > > > > 3 tables : > > Owners > > Models > > Cars > > > > My difficult is recreate a kind of "refere

Re: [sqlite] SQLite 3 and FK

2010-12-06 Thread Dagdamor
Wodka40[Google] писал(а) в своём письме Mon, 06 Dec 2010 17:30:47 +0600: > (First of all sorry for my "inglish") > > 3 tables : > Owners > Models > Cars > > My difficult is recreate a kind of "referential integrity" through FK > > With 2 tables not problem but with 3 cascade table . > > Ow

[sqlite] SQLite 3 and FK

2010-12-06 Thread Wodka40[Google]
(First of all sorry for my "inglish") 3 tables : Owners Models Cars My difficult is recreate a kind of "referential integrity" through FK With 2 tables not problem but with 3 cascade table . Owner: PK IDowner Models: PK IDmodel Cars: CodOwner CodModel IDowner 1-> many CodOwner IDmodel 1