Ask a Question related to Dreamweaver AppDev, Design and Development.
-
Chris #1
Help with search results in asp vbs
I have this query:
SELECT *
FROM dbo.subwatch
WHERE subname like 'varsubname%' AND vendornum like 'varvendornum%' AND city
like 'varcity%' AND State like 'varstate%' AND reasonadded like 'varreason%'
ORDER BY subname
the problem is I need the vendornum to be = and not like... so if I search
for vendor# 123 id does not return results on vendor# 1234 and so on... if I
use = instead of like it does not return results if left empty... What am I
missing?
Chris Guest
-
Width of SEARCH results
Is it possible to control the amount of context showing in the results of the SEARCH operation, say in Reader 7? The context appears to show perhaps... -
Search results
When i search it returns all the rows; not the ones i've searched for. Any help would be appreciated. do i end my search page with CFM also? ... -
Sending search results to a results page..with asp
Please help.. very :confused; Ive setup 4 dynamic drop down boxes which populate themselves from my database, this all works fine..The last box... -
Search within Search Results
I am trying to do a search within query results: My first search executes fine, but my second search uses the WHERE parameters of my first... -
Saving search results?
In windows 98 you can save search results as a .fnd file. How do I do this in XP? Please help. Do I have to go back to win98? -
Julian Roberts #2
Re: Help with search results in asp vbs
Try
vendornum like 'varvendornum'
--
Jules
[url]http://www.charon.co.uk/charoncart[/url]
Charon Cart 3
Shopping Cart Extension for Dreamweaver MX/MX 2004
Julian Roberts Guest
-
Chris #3
Re: Help with search results in asp vbs
Thanks Julian...
I thought I had tried that already... but it worked like a charm...
Thanks again!
Chris
"Julian Roberts" <newsg@charon.co.uk> wrote in message
news:cv30r3$ag2$1@forums.macromedia.com...> Try
>
> vendornum like 'varvendornum'
>
> --
> Jules
> [url]http://www.charon.co.uk/charoncart[/url]
> Charon Cart 3
> Shopping Cart Extension for Dreamweaver MX/MX 2004
>
>
Chris Guest



Reply With Quote

