[Quickfix-developers] OBDC - Null values
Brought to you by:
orenmnero
|
From: Stefano F. <s.f...@kl...> - 2006-09-11 08:17:38
|
I use ODBCStore, ODBCLog and Oracle database, when a quickfix's query is similar to: SELECT ... FROM ... WHERE StringField='' // '' => 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 My problem is at line 71 of OdbcStore, the query doesn't return result.. even if in the table there are record!! Thanks.. -- View this message in context: http://www.nabble.com/OBDC---Null-values-tf2250875.html#a6242709 Sent from the QuickFIX - Dev forum at Nabble.com. |