Ask a Question related to Dreamweaver AppDev, Design and Development.
-
Choole #1
Searching A Database Using Greater & Lesser Than
I have a database with a field called "Value" in one of my tables. This field
is just set as number. I want to be able to search this field so that users can
bring up records in the database. How can i get it working so that instead of
have a long dropdown list of all the values i can just have a search that
offers the user the option to use Greater than "A Value" or Less Than "A Value"
Any help or tutorials would be greatly appreciated.
Many Thanks
Choole Guest
-
searching for record before adding to database
Hi all, Im creating a form, and I can now add and save the record. However, since we are concern on duplicate records, I use email as the field... -
Searching MS Database
Hello. I'm trying to develope ASP Javascript pages that search an MS Access Database. The first page of the application offers 4 ways to search,... -
Searching database problem
Having an issue. Trying to create an ASP search page that queries SQL 2k database based on some set and some variable criteria. The problem, I... -
Login greater than 8 Characters
<color><param>0100,0100,0100</param>Hi All, <underline>Tech Specs:</underline> IDS - 7.31.UD5W5, Solaris 8 Is there a way to have a Login... -
Searching a database .... query optimization (how do I read the explain on output?)
I've got a more-or-less open search of the database in question, which works just fine, if you don't mind the upwards of 20+ seconds it takes to... -
BillB #2
Re: Searching A Database Using Greater & Lesser Than
SELECT *
FROM tbl_mytable
WHERE fieldA >= '0' AND fieldA <= '1000'
--
Bill
Real Estate Web Sites Made Easy
[url]www.DataPacks.com[/url]
"Choole" <webforumsuser@macromedia.com> wrote in message
news:d1ool1$fpd$1@forums.macromedia.com...>I have a database with a field called "Value" in one of my tables. This
>field
> is just set as number. I want to be able to search this field so that
> users can
> bring up records in the database. How can i get it working so that instead
> of
> have a long dropdown list of all the values i can just have a search that
> offers the user the option to use Greater than "A Value" or Less Than "A
> Value"
>
> Any help or tutorials would be greatly appreciated.
>
> Many Thanks
>
BillB Guest



Reply With Quote

