Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

described in the description part [CORE4850] #5146

Closed
firebird-automations opened this issue Jun 30, 2015 · 2 comments
Closed

described in the description part [CORE4850] #5146

firebird-automations opened this issue Jun 30, 2015 · 2 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: hakan (firebird)

we have null fields at the table and with recordset kk we tried this and it couldnt understand the null field

if kk(1)=0 or kk(1)="" or kk(1)=null or kk(1)="null" then
somework
end if

if doesn work for null fields

@firebird-automations
Copy link
Collaborator Author

Commented by: @helebor

Applying an equivalence test for NULL is not valid. You should test

or kk(1) IS NULL

The Tracker is NOT a support forum. In future, please post your tech support problems in the firebird-support list.

@firebird-automations
Copy link
Collaborator Author

Modified by: Sean Leyne (seanleyne)

status: Open [ 1 ] => Resolved [ 5 ]

resolution: Won't Fix [ 2 ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant