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
> 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
>
> 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
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
4 matches
Mail list logo