-----Original Message-----
From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org] 
On Behalf Of Kees Nuyt
Sent: Monday, February 06, 2012 3:29 PM
To: sqlite-users@sqlite.org
Subject: Re: [sqlite] Relations in sqlite and checking consistency of existing 
data base

On Sun, 5 Feb 2012 18:39:40 +0100, Marek Staniewski 
<marek.staniew...@amsort.com> 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
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to