[Quickfix-users] not writing to sql server
Brought to you by:
orenmnero
From: jeffreykr <jef...@gm...> - 2009-12-06 06:29:03
|
hello. my sample app does not seem to be writing to sql server. i built the entire quickfix solution with: // Define if you have odbc library (Odbc32.lib) #define HAVE_ODBC 1 and put these in my settings file: OdbcStoreUser=sa OdbcStorePassword=secret OdbcStoreConnectionString=Database=quickfix;Driver={SQL Server Native Client 10.0};Server=JEFF-PC\SQLExpress; OdbcLogUser=sa OdbcLogPassword=secret OdbcLogConnectionString=Database=quickfix;Driver={SQL Server Native Client 10.0};Server=JEFF-PC\SQLExpress; even when doing so, if i omit the FileStorePath setting from my settings file, i get an exception caused specifically when it tries to look for the FileStorePath. and yet i have compiled the solution with ODBC set, and have put in the above lines into my settings file. is this a bug or have i done something wrong? i am writing to sql server 2008 express, and running example_tradeclient_vs8 from visual studio 2008 standard. thanks. -- View this message in context: http://old.nabble.com/not-writing-to-sql-server-tp26662597p26662597.html Sent from the QuickFIX - User mailing list archive at Nabble.com. |