Storing and logging with SQL server in QuickFix

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.
 
M

Marc Gravell

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top