Re: [Quickfix-developers] OBDC - Null values
Brought to you by:
orenmnero
|
From: Oren M. <or...@qu...> - 2006-09-13 16:48:44
|
I'll look into it. --oren >=20 > Oren, Is possible to fix the problem..? >=20 > Thanks, Stefano. >=20 >=20 > Stefano Facchetti wrote: > >=20 > > I use ODBCStore, ODBCLog and Oracle database, when a quickfix's query is > > similar to:=20 > > SELECT ... FROM ... WHERE StringField=3D'' // '' =3D> Empty string > > I have a problem.. the syntax is not correct for my database that want > > someting like this: > > SELECT ... FOMT ... WHERE StringField IS NULL |