Skip to Content.
Sympa Menu

freetds - Emulate SQL Server with TDSVER=4.2

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Nil Alexandrov <nil AT internet2.ru>
  • To: freetds AT franklin.oit.unc.edu
  • Subject: Emulate SQL Server with TDSVER=4.2
  • Date: Wed, 8 Nov 2000 13:10:05 +0300 (MSK)


Hello !

It's looks funny. I know, that I'am crazy, but I need server site
functions of TDS library. I'am not going to create my personal SQL server,
but I'am only going to process SPs, so my SQL syntax will be very simple -
only 'exec function_name param1,param2,...'. I'am going to create server
with TDS communications and simple SQL parser to parse 'exec' syntax and
params, then exec function from DLL file (.so) for each SP.

In TDS sources I found src/server files, but it's seems not to be TDS
4.2 version, but I need TDS version 4.2. Is there anybody already have TDS
4.2 server site functions, and maybe simple SQL syntax parser like I have
describe below ?

Best regards, Nil.
E-Mail: nil AT internet2.ru






Archive powered by MHonArc 2.6.24.

Top of Page