This is probably a very quick one.
I have a test client (a .jsp) which runs a search service against an Oracle 10g DB.
When I specify certain data, I find I get unexpected results.
If I specify Customer Country and Customer Number I get the expected data returned.
If I specify the above data, and add a * to another field (which is permitted) I get zero results from the search. I've checked the DB and the field in question is NULL for the data. Should this be returned by the wildcard or is Oracle finding no match because the wildcard tells it to expect to find something in the field?
Cheers,
Dave
Probably the only TestAnalyst Manager on Tek-Tips...therefore whatever it was that went wrong, I'm to blame...
animadverto vos in Abyssus!
Take a look at Forum1393!
I have a test client (a .jsp) which runs a search service against an Oracle 10g DB.
When I specify certain data, I find I get unexpected results.
If I specify Customer Country and Customer Number I get the expected data returned.
If I specify the above data, and add a * to another field (which is permitted) I get zero results from the search. I've checked the DB and the field in question is NULL for the data. Should this be returned by the wildcard or is Oracle finding no match because the wildcard tells it to expect to find something in the field?
Cheers,
Dave
Probably the only Test
animadverto vos in Abyssus!
Take a look at Forum1393!