|
I'm in the process of integrating with a 3rd party database application and experienced some problems.
The 3rd party database application provides some user interfaces. It allows me to query and retrieve records meeting one requirement, for example, find people with (age=20) or find people with (job=engineer). However, it does not provide an interface to do the combined search, e.g. find people with (age=20 and job=engineer).
Could you please suggest some solutions? Your reply will be greatly appreciated!
Julia
|