Re: [Quickfix-developers] Unit testing failing on Windows
Brought to you by:
orenmnero
|
From: Oren M. <or...@qu...> - 2007-03-14 14:03:38
|
What about your password?
--oren
On Mar 14, 2007, at 7:22 AM, Matt Hocker wrote:
> Sorry, meant to follow up to the entire list. Yes, I have set up
> ut.cfg. Here
> is the file. FYI, I installed SQL Express 2005 with the named
> instance of
> QUICKFIX.
>
> C:\quickfix\test\cfg>type ut.cfg
> [DEFAULT]
> #MySQLStoreDatabase=quickfix
> #MySQLStoreUser=root
> # MySQLStorePassword=[password]
> #MySQLStoreHost=localhost
> # MySQLStorePort=[port]
>
> #PostgreSQLStoreDatabase=quickfix
> #PostgreSQLStoreUser=postgres
> # PostgreSQLStorePassword=[password]
> #PostgreSQLStoreHost=localhost
> # PostgreSQLStorePort=[port]
>
> OdbcStoreUser=sa
> # OdbcStorePassword=[password]
> OdbcStoreConnectionString=DATABASE=quickfix;DRIVER={SQL
> Server};SERVER=(local)\Q
> UICKFIX;
|