Re: [sqlite] Sqlite .NET 4.0 provider available?

2013-03-06 Thread Larry Brasfield
moumita wrote, twice:
> I want to user sqlite .net 4.0 provider. from where get that one?
> Please help me in this regards.

See http://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki

Also, please quell the repeat postings.  Nobody is going to answer
faster, or decide to answer, just because you post redundantly.

Cheers,
-- 
Larry Brasfield
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] Sqlite .NET 4.0 provider available?

2013-03-06 Thread moumita
Hi,
I need Sqlite .net 4.0 provider...from where I get that? Please help in this
regards.

Thanks,
Moumita



--
View this message in context: 
http://sqlite.1065341.n5.nabble.com/Sqlite-NET-4-0-provider-available-tp22459p67475.html
Sent from the SQLite mailing list archive at Nabble.com.
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] Sqlite .NET 4.0 provider available?

2011-02-16 Thread Robert Simpson
SQLite.NET is being transitioned to sqlite.org ... you'll notice the new
site is http://system.data.sqlite.org  -- it's being taken over by the fine
folks at sqlite.org, specifically Shane Harrelson who has the lead on the
project.  I've been working with Dr. Hipp and Shane on the transition.

I'll still be contributing to the codebase.

Robert

-Original Message-
From: sqlite-users-boun...@sqlite.org
[mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Simon Slavin
Sent: Wednesday, February 16, 2011 3:13 AM
To: General Discussion of SQLite Database
Subject: Re: [sqlite] Sqlite .NET 4.0 provider available?


On 16 Feb 2011, at 9:08am, Matthew Adams wrote:

> On Tue, Feb 15, 2011 at 5:20 PM, Simon Slavin <slav...@bigfraud.org>
wrote:
> 
>>> When is official support for .NET 4.0 expected?
>> 
>> 'official' from the SQLite team ?  Never.  SQLite's official support is
for two sets of source code written in C.  No other forms of support are
provided, not for any specific platform or variation on C (e.g. C++,
Objective-C, C#).  A great deal of work goes into making sure that the C
source code compiles acceptably with a /lot/ of different C compilers on a
lot of different platforms so that other teams can easily build it into
their own projects, either prepare libraries from it.
>> 
> 
> I would have expected whomever the code is being transitioned to to be
> the group that is actively developing the .NET provider.  Since I'm
> new to the SQLite ecosystem, I'm not sure who that is, and it sounds
> like you're saying that the SQLite team is not maintaining it or
> enhancing it.  If that's true, who is?

You got it.  Developers of various different libraries toolkits and apps are
each free to update to newer versions of SQLite whenever they want, or to
skip versions, or not to update at all.  If you want to find out who is
working on a .NET provider (and I'll bet there's more than one) then look up
the name of that provider, not SQLite.  Googling on

sqlite .net provider

found me some useful-looking sites, it looks like at least two different
projects.  So the answer to your original question is "There are at least
two of them.".  But I know nothing about .NET so I don't know how to take it
further.

Simon.
___
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 .NET 4.0 provider available?

2011-02-16 Thread Simon Slavin

On 16 Feb 2011, at 9:08am, Matthew Adams wrote:

> On Tue, Feb 15, 2011 at 5:20 PM, Simon Slavin  wrote:
> 
>>> When is official support for .NET 4.0 expected?
>> 
>> 'official' from the SQLite team ?  Never.  SQLite's official support is for 
>> two sets of source code written in C.  No other forms of support are 
>> provided, not for any specific platform or variation on C (e.g. C++, 
>> Objective-C, C#).  A great deal of work goes into making sure that the C 
>> source code compiles acceptably with a /lot/ of different C compilers on a 
>> lot of different platforms so that other teams can easily build it into 
>> their own projects, either prepare libraries from it.
>> 
> 
> I would have expected whomever the code is being transitioned to to be
> the group that is actively developing the .NET provider.  Since I'm
> new to the SQLite ecosystem, I'm not sure who that is, and it sounds
> like you're saying that the SQLite team is not maintaining it or
> enhancing it.  If that's true, who is?

You got it.  Developers of various different libraries toolkits and apps are 
each free to update to newer versions of SQLite whenever they want, or to skip 
versions, or not to update at all.  If you want to find out who is working on a 
.NET provider (and I'll bet there's more than one) then look up the name of 
that provider, not SQLite.  Googling on

sqlite .net provider

found me some useful-looking sites, it looks like at least two different 
projects.  So the answer to your original question is "There are at least two 
of them.".  But I know nothing about .NET so I don't know how to take it 
further.

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


Re: [sqlite] Sqlite .NET 4.0 provider available?

2011-02-16 Thread Matthew Adams
On Tue, Feb 15, 2011 at 5:20 PM, Simon Slavin  wrote:
>
> On 15 Feb 2011, at 8:31pm, Matthew Adams wrote:
>
>> I'm a bit confused with the current level of support for Sqlite on
>> .NET.  I've seen both http://sqlite.phxsoftware.com and
>> http://system.data.sqlite.org/index.html/doc/trunk/www/index.wiki,
>> explaining that the codebase is under transition.
>
> 'Under transition' is a good thing.  It means that the project is still 
> actively being worked on rather than having been abandoned.  You have a 
> stable version you can use, and the project team are working on a newer one.
>
Understood.

>> When is official support for .NET 4.0 expected?
>
> 'official' from the SQLite team ?  Never.  SQLite's official support is for 
> two sets of source code written in C.  No other forms of support are 
> provided, not for any specific platform or variation on C (e.g. C++, 
> Objective-C, C#).  A great deal of work goes into making sure that the C 
> source code compiles acceptably with a /lot/ of different C compilers on a 
> lot of different platforms so that other teams can easily build it into their 
> own projects, either prepare libraries from it.
>
I would have expected whomever the code is being transitioned to to be
the group that is actively developing the .NET provider.  Since I'm
new to the SQLite ecosystem, I'm not sure who that is, and it sounds
like you're saying that the SQLite team is not maintaining it or
enhancing it.  If that's true, who is?

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


Re: [sqlite] Sqlite .NET 4.0 provider available?

2011-02-15 Thread Simon Slavin

On 15 Feb 2011, at 8:31pm, Matthew Adams wrote:

> I'm a bit confused with the current level of support for Sqlite on
> .NET.  I've seen both http://sqlite.phxsoftware.com and
> http://system.data.sqlite.org/index.html/doc/trunk/www/index.wiki,
> explaining that the codebase is under transition.

'Under transition' is a good thing.  It means that the project is still 
actively being worked on rather than having been abandoned.  You have a stable 
version you can use, and the project team are working on a newer one.

> If I'm using Sqlite 3.7.5, can I use the last release of the .NET
> provider from http://sqlite.phxsoftware.com, which is
> http://sourceforge.net/projects/sqlite-dotnet2/files/SQLite%20for%20ADO.NET%202.0/1.0.66.0
> ?

The release notes for that version say which version of SQLite it supports.  If 
you use that version of SQLite for ADO.NET 2.0 then that's the version of 
SQLite you will be using.

> When is official support for .NET 4.0 expected?

'official' from the SQLite team ?  Never.  SQLite's official support is for two 
sets of source code written in C.  No other forms of support are provided, not 
for any specific platform or variation on C (e.g. C++, Objective-C, C#).  A 
great deal of work goes into making sure that the C source code compiles 
acceptably with a /lot/ of different C compilers on a lot of different 
platforms so that other teams can easily build it into their own projects, 
either prepare libraries from it.

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