Steps for setting up Control with a SQL backend under windows

  1. Create a regular company, or use an existing one. Once you complete the SQL conversion process you cannot go back
  2. Log into the database with a user who can create new databases and specify owners (an admin user, such as postgres), and create the database specified in step 3. For PostgreSql:

    -bash-3.00$ su -postgres
    -bash-3.00$ psql
    Password:
    Welcome to psql 8.1.3, the PostgreSQL interactive terminal.
    postgres=# create database fayez with owner = ccc;
    CREATE DATABASE

    For MS SQL: use MS SQL Enterprise manager For Oracle: free version comes with pre installed database XE and it is not possible to create extra or rename it. For commercial installation: follow instructions ;-)

  3. Go to Start->All Programs->Administrative Tools->Data Sources (ODBC)

Go to the System DSN tab, click Add and enter the following information:


SqlCompanyWindows (last edited 2013-09-18 06:09:34 by localhost)