Re: [sqlite] SQLite for .NET Framework 4.0

2010-07-08 Thread Roosevelt Anderson
You should ask your question here http://sqlite.phxsoftware.com/forums/

On Thu, Jul 8, 2010 at 9:24 AM, Daniel  wrote:
> I forgot to say I have Visual Studio 2010 with .NET Framework 4.0 for
> programming in C#.
>
> In VS2008 it worked fine and after changing to Version 2010 it don't.
> ___
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] SQLite for .NET Framework 4.0

2010-07-08 Thread Daniel
I forgot to say I have Visual Studio 2010 with .NET Framework 4.0 for 
programming in C#.

In VS2008 it worked fine and after changing to Version 2010 it don't.
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] SQLite for .NET Framework 4.0

2010-07-08 Thread Michael Knigge
Daniel schrieb:
> does anyone know if there is a support for SQLite in .NET Framework 4.0.

As always: http://sqlite.phxsoftware.com/


-- 
Yours sincerely

Michael Knigge
Development


S.E.T. Software GmbH
Lister Straße 15
30163 Hannover
GERMANY

Tel.  +49 511/3 97 80-23
Fax   +49 511/3 97 80-65
michael.kni...@set-software.de

Commercial Registry: HRB52778 Local Court Hannover
Chief Executive Officer: Till Dammermann, Dr. Bernd Huber
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] SQLite for .NET Framework 4.0

2010-07-08 Thread Simon Slavin

On 8 Jul 2010, at 11:24am, Daniel wrote:

> does anyone know if there is a support for SQLite in .NET Framework 4.0.

.NET is a set of library calls from a superset of C.  SQLite is a set of 
library calls from C.  The two are compatible: you can do both from the same 
piece of code.

Simon.
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


[sqlite] SQLite for .NET Framework 4.0

2010-07-08 Thread Daniel
Hi All,

does anyone know if there is a support for SQLite in .NET Framework 4.0.

best regards
Daniel
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users