Changes between Version 1 and Version 2 of MsSqlBackendPlugin


Ignore:
Timestamp:
Mar 4, 2013, 2:39:22 PM (11 years ago)
Author:
matobaa
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MsSqlBackendPlugin

    v1 v2  
    66
    77Microsoft SQL Server as a backend DB
     8
     9roughlly implemented.
     10
     11Related tickets:
     12 - trac:ticket:329 Adding support for Microsoft SQL Server as a backend DB
     13 - #2277 ODBC connection
    814
    915== Bugs/Feature Requests ==
     
    2329You can check out MsSqlBackendPlugin from [http://trac-hacks.org/svn/mssqlbackendplugin here] using Subversion, or [source:mssqlbackendplugin browse the source] with Trac.
    2430
    25 == Example ==
    26 
     31==== How to use ====
     32 - download the source, setup.py bdist_egg, then place dist/*.egg on PYTHONPATH.
     33 - prepare {{{mssql_enabler.ini}}} contains following:
    2734{{{
    2835#!ini
    29 [component]
    30 mysql_backend.* = enabled
     36[compnents]
     37mssql_backend.* = enabled
    3138}}}
    32 
     39 - create {{{"tracdb"}}} databse on MS SQL Server.
     40 - setup {{{"tracdb"}}} DSN connected to database above with ODBC Administrator.
     41 - do {{{trac-admin __projectpath__ initenv --inherit=path/to/mssql_enabler.ini new "odbc:/DSN=tracdb" }}} to create project.
    3342
    3443== Recent Changes ==