Skip to Content.
Sympa Menu

freetds - Re: Free TDS Server Skeleton?

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Brian Bruns" <camber AT ais.org>
  • To: freetds AT franklin.oit.unc.edu
  • Subject: Re: Free TDS Server Skeleton?
  • Date: Thu, 13 Jun 2002 12:02:48 -0400


> Is there also a Free TDS Server, which allows to implement an RDBMS
> without being forced to implement a ODBC jdbc middleware?

Mostly, look at src/server/unittest.c to see a sample implementation. It
works only for TDS 4.2/5.0, and it's likely to need a minor amount of
work. You need to have a basic understanding of the protocol to use the
thing because it is is at a very low level, but the unittest shows the
most common path.

Brian



  • Free TDS Server Skeleton?, Oliver, 06/13/2002
    • <Possible follow-up(s)>
    • Re: Free TDS Server Skeleton?, Brian Bruns, 06/13/2002

Archive powered by MHonArc 2.6.24.

Top of Page