.NET C#

Daniel Morgan danmorg at sc.rr.com
Sun Oct 27 01:37:26 EDT 2002


Take a look at the TDS providers in Mono at
http://www.go-mono.com/ado-net.html

Tim Coleman is creating 3 providers in pure C# in Mono:
1. Mono.Data.TdsClient for TDS 4.2 (older Sybase and Microsoft SQL Server
databases)
2. Mono.Data.SybaseClient for TDS 5.0 (newer Sybase)
3. Mono.Data.SqlClient for TDS 7.0 (Microsoft SQL Server 7/2000)

The TDS ADO.NET providers can connect and execute DML statements now.  Tim
is working on retrieving data from queries now using a Data Reader.

The TDS functionality is referencing two open source projects:
FreeTDS at http://www.freetds.org/
jTDS at http://jtds.sf.net/

Mono works on Windows, Linux, FreeBSD, and possibly others...

Would you like to help Tim with the TDS providers in Mono?

-----Original Message-----
From: bounce-freetds-149804 at franklin.metalab.unc.edu
[mailto:bounce-freetds-149804 at franklin.metalab.unc.edu]On Behalf Of Andy
Smith
Sent: Saturday, October 26, 2002 3:58 PM
To: TDS Development Group
Subject: [freetds] .NET C#


What is the likelihood of FreeTDS being the basis of a .NET Managed
Provider for Sybase?

Has anyone undertaken any work in this direction?

Is anyone interested in undertaking this work?


Andy

---
You are currently subscribed to freetds as: [danmorg at sc.rr.com]
To unsubscribe, forward this message to
$subst('Email.Unsub')




More information about the FreeTDS mailing list