NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: olu on February 02, 2013, 03:14:12 AM
-
Please can anyone help with this, I have moved one of my application to MySQL and most of it works fine but just stuck on how to check for zero value with clarion code e.g
Engagement:DateReportSent = ''-(this is a date)
Engagement:Period = 0 -(this is a long)
Thanks
-
please anybody on this?
-
try Engagement:DateReportSent = '' or Engagement:DateReportSent = 0
I think a blank date returns zero but should be easy enough to put in a debug point to see the value. It could even be null...
-
Hi,
In my MySQL data the dates are NULL so I use:
Engagement:DateReportSent is NULL