Re: [Quickfix-developers] ODBC
Brought to you by:
orenmnero
|
From: Oren M. <or...@qu...> - 2006-09-07 15:40:45
|
Why the change in case? Aren't your uid and passwords at least case
sensitive?
--oren
> I try to use ODBC to connect quickfix on Oracle Database. In my
test application I use this ConnectionString:
> "DRIVER=3D{MICROSOFT ODBC FOR
ORACLE};SERVER=3DANTANA;UID=3DANTAFRONT;PWD=3DANTAFRONTPWD"
> where Antanta is Database name.
>=20
> In my test application (no quickfix) all work correctly.. but with
quickfix no.. :-(
>=20
> In quickfix.ini file I added:
>=20
> OdbcLogUser=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =3D antafront
> OdbcLogPassword=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0 =3D antafrontpwd
> OdbcLogConnectionString =3D Driver=3D{Microsoft ODBC for
Oracle};Server=3DAntana;Uid=3Dantafront;Pwd=3Dantafrontpwd;
|