[sqlite] Tool for database designer

2011-09-18 Thread Madhan Kumar
Hi, I want to design the table structure and create scripts with a database designer Do we have any tool(Free or cost) for Sqlite to design the tables, similar like powerdesigner. Thanks ___ sqlite-users mailing list sqlite-users@sqlite.org ht

Re: [sqlite] Compiling managed-only System.Data.SQLite version 1.0.74.0 with MonoDevelop

2011-09-18 Thread Tim Howard
> Correct, you should use "UseSqliteStandard=true", then the managed code will > look for a library named "sqlite3". Okay. > Last time I checked, Mono had a mechanism to > translate this to the correct name for SQLite library on the target > platform. Yeppers, that's how it is able to work in th

Re: [sqlite] Compiling managed-only System.Data.SQLite version 1.0.74.0with MonoDevelop

2011-09-18 Thread Joe Mistachkin
> > And the question: I presume that using UseInteropDll=false > and UseSqliteStandard=true should do the trick, but is there anything else I > should be using? > Correct, you should use "UseSqliteStandard=true", then the managed code will look for a library named "sqlite3". Last time I check

[sqlite] Compiling managed-only System.Data.SQLite version 1.0.74.0 with MonoDevelop

2011-09-18 Thread Tim Howard
Preface: I've been able to get System.Data.SQLite to work by using an older manged-only build (1.0.66.0, to be precise) on Linux with Mono, but not any of the releases for 1.0.74.0 because of the MSVC interop library. And the question: I presume that using UseInteropDll=false and UseSqliteStandard