Re: [sqlite] MONO Mono.Data.SqliteClient sources

2006-06-22 Thread Gerhard Häring

Clinco, Michele wrote:

[...] the ADO.Net driver available in MONO is
working fine, so I'm thinking about a migration.

The only problem is that I could not find the source code in the
mono-project site and I was not able to find, between the different
mirrors available in internet, the 'Official' and last release of the
code.


The Mono project uses the Subversion source control system, so you'll 
have to use a Subversion client to get the most current sources.


TurtoiseSVN is a good Subversion client for Windows. Install it, open 
Windows Explorer, right click somewhere, and then in the context menu 
you'll see "SVN Checkout". Enter the URL for Mono: 
svn://svn.myrealbox.com/source/trunk/mcs and a directory where you want 
the checked out files to be put - and off you go.


Alternatively, you can download the latest stable sources from 
http://go-mono.com/sources-stable/



What I found at the ulr
http://svn.myrealbox.com/viewcvs/trunk/mcs/class/Mono.Data.SqliteClient/
seems promising, but it is one of the many.


This a web subversion viewer for the official repository. That's ok too. 
Click "download tarball" to download the entire directory tree in a 
single archive.


HTH & HAND,

-- Gerhard


[sqlite] MONO Mono.Data.SqliteClient sources

2006-06-22 Thread Clinco, Michele
 
Hallo.

I'm using the Finsair ADO.Net wrapper with .Net Framework 1.1
As erported by several of us, this driver is giving some 'call out of
sequence' problems that are not fixed because the team that made this
driver seems not work any more on it (last version is of more that 1
year ago)

It was also declared that the ADO.Net driver available in MONO is
working fine, so I'm thinking about a migration.

The only problem is that I could not find the source code in the
mono-project site and I was not able to find, between the different
mirrors available in internet, the 'Official' and last release of the
code.

What I found at the ulr
http://svn.myrealbox.com/viewcvs/trunk/mcs/class/Mono.Data.SqliteClient/
seems promising, but it is one of the many.

Bye, Michele