Re: [Quickfix-developers] newbie mysql questions
Brought to you by:
orenmnero
From: Clark S. <cla...@ya...> - 2004-09-08 20:07:11
|
well I ran the psql script to create the quickfix database. I can get into the database, and type "show tables". Once in the database when I querry sessions, "select * from sessions;" I get : mysql> select * from sessions; +-------------+--------------+--------------+---------------------+-----------------+-----------------+ | beginstring | sendercompid | targetcompid | creationtime | incoming_seqnum | outgoing_seqnum | +-------------+--------------+--------------+---------------------+-----------------+-----------------+ | FIX.4.2 | SETGET | TEST | 2004-06-22 07:36:48 | 1 | 1 | +-------------+--------------+--------------+---------------------+-----------------+-----------------+ 1 row in set (0.00 sec) This is a very old session. I guess I am not using mysqlstorefactory. How do I turn this option on? Do I need something like: MySQLStoreDatabase quickfix in the config file? Do I need to write something in the C++ code to turn on mysqlstorefactory? Thanks in Advance, Clark Sims --------------------------------- Do you Yahoo!? Win 1 of 4,000 free domain names from Yahoo! Enter now. |