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

Reply via email to