<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
I try to use ODBC to connect quickfix on Oracle Database. In my test
application I use this ConnectionString:<br>
<b>"Driver={Microsoft ODBC for
Oracle};Server=Antana;Uid=antafront;Pwd=antafrontpwd"<br>
</b>where Antanta is Database name.<b><br>
</b><br>
In my test application (no quickfix) all work correctly.. but with
quickfix no.. :-(<br>
<br>
In quickfix.ini file I added:<br>
<br>
OdbcLogUser = antafront<br>
OdbcLogPassword = antafrontpwd<br>
OdbcLogConnectionString = Driver={Microsoft ODBC for
Oracle};Server=Antana;Uid=antafront;Pwd=antafrontpwd;<br>
<br>
Help me please..<br>
<br>
<br>
<br>
<br>
</body>
</html>
|