Re: [sqlite] Doubts about usage of sqlite3.exe and foreign keys (enable this feature)

2009-12-02 Thread Simon Davies
2009/12/2 Ubirajara Marques da Cruz : > To Support, > > > > I am trying to develop a data base what need to specify  foreign key to > preserve problems with insertion of datas. > > > > I have four tables like i describe below: > . . . > > When i start sqlite3 and inside sqlite prompt line i create

[sqlite] Doubts about usage of sqlite3.exe and foreign keys (enable this feature)

2009-12-02 Thread Ubirajara Marques da Cruz
To Support, I am trying to develop a data base what need to specify foreign key to preserve problems with insertion of datas. I have four tables like i describe below: 1st) (Projects) with this structure/fields : índex(primary key) int ent_project varchar(50)