Help for this page

Select Code to Download


  1. or download this
    [global]
    
    ...
    # do tds version = 7.0 if SQL 7
    
  2. or download this
    [FreeTDS]
    Description     = FreeTDS MS SQL Server Driver
    Driver          = /usr/local/lib/libtdsodbc.so
    Setup           = /usr/local/lib/libtdsS.so
    
  3. or download this
    [mydb]
    Description = My Example Database
    ...
    Servername = myserver
    # Servername should be the name of the section in freetds.conf
    Databse = mydb