-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Kees Nuyt Sent: Monday, February 06, 2012 3:29 PM To: [email protected] Subject: Re: [sqlite] Relations in sqlite and checking consistency of existing data base
On Sun, 5 Feb 2012 18:39:40 +0100, Marek Staniewski <[email protected]> wrote: >Hello > >I am a kind of newbie in sqlite world. >I have several questions about sqlite data base: > >1. Is there any way to read relations inside some sqlite data base >(some way of deduction from data base contents) Not in the engine itself. Probably such tools can be found. I would guess most of htem are commercial (not for free). Visual Studio can do it using System.Data.SQLite. I have not had much luck getting it to write to the scheme, but it can read and show the relationships very well. Thanks Manish _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

