Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

handling NULLs in a query string


ruba

This topic is 6234 days old. Please don't post here. Open a new topic instead.

Recommended Posts

I have a data driven website connected to a FileMaker Pro 8.5 database.

In my webform, I have a few dropdowns and textboxes.

The problem is that there are lots of empty fields in the database, so no matter what the user is going to enter, the search is not returning any data. So with one NULL in the queryString, no data will be returned.

Does anybody know the syntax of how to handle NULLs in a queryString? I know in Oracle there's the NVL function: NVL(value,NULL) it returns "value" and SQL Server it's ISNULL(value,null), it returns "value".

I'm not sure what's FileMaker's syntax...I tried both and of course didn't work...

any help would be really really appreciated!!

thansk

Link to comment
Share on other sites

This topic is 6234 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.