Re: [Quickfix-users] ODBC in .Net build?
Brought to you by:
orenmnero
From: George M. C. <geo...@qu...> - 2006-09-22 18:31:59
|
I am using the following configuration settings: OdbcLogConnectionString="DATABASE=quickfix;DRIVER={SQL Server};SERVER=DATASERVER;Uid=xx;Pwd=yy;" OdbcStoreConnectionString="DATABASE=quickfix;DRIVER={SQL Server};SERVER=DATASERVER;Uid=xx;Pwd=yy;" When I try to rn my Fix app I get this error: System.Runtime.InteropServices.SEHException: External component has thrown an exception. at QuickFix.OdbcStoreFactory.create(SessionID sessionID) at MessageStoreFactory.create(MessageStoreFactory* , SessionID* sessionID) at FIX.SocketAcceptor.{ctor}(SocketAcceptor* , Application* , MessageStoreFactory* , SessionSettings* , LogFactory* ) at QuickFix.SocketAcceptor..ctor(Application application, MessageStoreFactory factory, SessionSettings settings, LogFactory log Factory, MessageFactory messageFactory) at qim.trading.qd.QuickFixDummyAcceptor.Main(String[] args) in C:\qim\projects\qim.trading.qd\QuickFixDummyAcceptor.cs:line 38 at qd_cmd.qd_cmd.Main(String[] args) in C:\qim\projects\qim.trading.qd\qd_cmd\qd_cmd.cs:line 44 Is this familiar to anyone? Oren Miller wrote: >You must have HAVE_ODBC defined in config_windows.h. > >I'm not sure this is strictly necessary to keep requiring as I believe >all modern Windows distributions come with ODBC. Can anyone confirm? > >--oren > > > >>Hi, >> I would like to clarify something regarding the new ODBC store and >>logging capability. I am using the .Net quickfix binaries, and I >> >> >cannot > > >>locate the ODBC classes anywhere in those dlls. Does ODBC support >>require building the source distribution with the MSSQL preprocessor >>flag set? >> >> > > > |