Ask a Question related to Dreamweaver AppDev, Design and Development.
-
stu75 #1
Multiple Like statement
Hi
I'm trying to create a SELECT with multiple LIKE
e.g.
strSQL = "select user from log where workstation like 'fr132' and date =
curdate() and logout = '00:00';"
Trouble is there are about 30 different workstations e.g. fr130, 112, etc. So
I can't imagine the best solutions is to put: Workstation LIKE 'fr132' or LIKE
'fr130' or LIKE 'fr112'
I've really been scratching my head with this one.
Thanks
Stuart
stu75 Guest
-
Difficulties to send multiple object in multiple objectwith SOAP (WebService)
Hi, I have a problem similar to this one: http://bugs.adobe.com/jira/browse/SDK-12891 I manage to send complex object from flex to web services... -
Multiple Sites + Multiple Languages + Unicode with Adobe Contribute ?
Does Adobe Contributes allows you to maintan content in multiple language (with unicode support) over multiple web site (ie : www.myproduct.com,... -
Advanced OOP: Best OO design for rendering multiple page types to multiple devices
Hoping to get some ideas from more experienced hands regarding the best way to use object-oriented design to assist my development of a content... -
Help With Multiple If Statement Syntax
What am I doing wrong here? I want it to display different messages depending on which MC it finds: scanner.onEnterFrame = function() { if... -
multiple "and" in if statement okay?
my end result, both count and total of sum are incorrect, can someone comment on this statement in the define fields or suggest another way of... -
Alexandru COSTIN #2
Re: Multiple Like statement
Hi,
I think you should use the wildcard for SQL queries - %> Trouble is there are about 30 different workstations e.g. fr130, 112, etc. So
> I can't imagine the best solutions is to put: Workstation LIKE 'fr132' or LIKE
> 'fr130' or LIKE 'fr112'
Workstation LIKE 'fr%' AND
Good luck
Alexandru
-->
> I've really been scratching my head with this one.
>
> Thanks
>
> Stuart
>
>
InterAKT Online - Dreamweaver extensions
[url]http://www.interaktonline.com/[/url]
Alexandru COSTIN Guest



Reply With Quote

