Documentation error
Brought to you by:
orenmnero
On the web page:
http://www.quickfixengine.org/quickfix/doc/html/generating_databases.html
Under the heading "MSSQL" below, in the statement "You must have MySQL installed with ...." should have MySQL changed to MSSQL ?
Generating QuickFIX Databases
....
MSSQL
You must have MySQL installed with the deamon running.
Run the create script in src/sql/mssql. You must pass in a mssql user with permissions authorized to create a new database.
create.bat sa
....