Re: [sqlite] enabling FK in VisualStudio

2016-09-24 Thread Kevin Benson
On Sat, Sep 24, 2016 at 5:14 AM, denis wrote: > Hello all, I want enabling foreign key in the file app.config of visual > studio 2015 is-it possible? if yes, what is the string? > I tested connectionString = "data source=d:\db.sqlite; ForeignKeys=true;" > but the FK does not work. > thanks > The

Re: [sqlite] enabling FK in VisualStudio

2016-09-24 Thread Simon Slavin
On 24 Sep 2016, at 10:14am, denis wrote: > Hello all, I want enabling foreign key in the file app.config of visual > studio 2015 is-it possible? if yes, what is the string? > I tested connectionString = "data source=d:\db.sqlite; ForeignKeys=true;" > but the FK does not work. Just connect as n

[sqlite] enabling FK in VisualStudio

2016-09-24 Thread denis
Hello all, I want enabling foreign key in the file app.config of visual studio 2015 is-it possible? if yes, what is the string? I tested connectionString = "data source=d:\db.sqlite; ForeignKeys=true;" but the FK does not work. thanks ___ sqlite-users m