Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

If you plan on using pymmsql you may need to set the TDSVER environment variable depending on the version of MSSQL you plan on using. 

An example of a ".wsgi" script that sets the environment variable:

No Format
if 'TDSVER' not in os.environ:
    os.environ['TDSVER'] = '7.0'