Storing and logging with SQL server in QuickFix

  • Thread starter Thread starter Yasir Zaheer
  • Start date Start date
Y

Yasir Zaheer

Hi,

I want to log and store my messages using a SQL Server Database in an
application using using QuickFixEngine (www.quickfixengine.org). The
documentation at the website says that

- I have to recompile the project, Commenting out the satement
"#define HAVE_ODBC 1" in the file "config_windows.h" in the source
project. and
- Use the generated "quickfix_net.dll" and "quickfix_net_messages.dll"
in my C# project.
- Create a database as specified in the documentation.
- and change the configuration file to use the OdbcLog/
StoreConnectionString and user name pass to build the application.

When ever I build my application after doing these settings asked in
the documentation, I get an error "LogFilePath is not defined". This
actually means that the application is trying to use the filing
mechanism. Please, let me know the detailed steps to use database with
quickfix. Or point out the error i am doing in the steps. Remember, i
am using quickFix with log and store files.

Regards,

Yasir Zaheer.
 
I'm not sure this is the right forum... yes, you are using C# to
consume what I assume are interop assemblies, but the problem here
doesn't seem to be with the .NET stuff; you might want to try asking
QuickFix about this... looking at the site there seems to be a forum
of some kind (you can see the archives - not sure how you post).

Marc
 
Back
Top