Ask a Question related to ASP Database, Design and Development.
-
Krechting #1
How can I influence search query contains or equal?
Hi All,
I have made a record search page with some fields I can search on.
In the window where I show the results the option to use the = or
LIKE are set automatically by for example:
..Criterion(6) = .Operation(opContains, False, "alternative", .getParamByID(6))
..Criterion(7) = .Operation(opEqual, False, "range_max", .getParamByID(7))
Is there a way I can deceide myself if I want to use the = or LIKE function?
Maybe by having a dropdownbox on the search page where I can choose between
=, <, >, LIKE.
Question is, how can I let the results page know what i choose?
Same question goes for AND and OR??????
Regards
Marco
The Netherlands.
Krechting Guest
-
Simple Query for Search
I have a "States" search form that I want to seach a database. My access database has the query below: SELECT State.Rep, Reps.RepName,... -
search query doesn't work
Hi ALL, I have made a record search form with several search options. However some of them work and others don't. The first four work but the... -
Influence from one sprite on another......
For a menu structure I'd like to be able to use the mouseEnter of one sprite to fade in a sprite in a different location on the stage - I know this... -
Does the URL influence if the page/data gets cached?
Richard Davey wrote: Either i have a fast enough connection to not notice, or it is being cached. I dont have any problem, looking at my... -
File Search Query
Hi Been away from php for a few years and I seem to have forgotten everything, I'm doing some stuff on the intranet at work and I would like to...



Reply With Quote

