Re: [Quickfix-users] DB2 ODBC
Brought to you by:
orenmnero
From: Eranga <pe...@ri...> - 2006-08-08 05:36:51
|
First you need to compile QuickFix with MySQL support. You can found those details from the documentation. Then run nessacery databse scripts for MySQL. You need to do few code level changes. SessionSettings settings = new SessionSettings(new FileInputStream("cfg/banzai.cfg")); MessageStoreFactory messageStoreFactory = new MySQLStoreFactory(settings); LogFactory logFactory = new MySQLLogFactory(settings); -- View this message in context: http://www.nabble.com/DB2-ODBC-tf1567522.html#a5700721 Sent from the QuickFIX - User forum at Nabble.com. |