The UK Home Automation Archive

Archive Home
Group Home
Search Archive


Advanced Search

The UKHA-ARCHIVE IS CEASING OPERATIONS 31 DEC 2024


[Message Prev][Message Next][Thread Prev][Thread Next][Message Index][Thread Index]

Re: xPLMediaNet sql stuff


  • Subject: Re: xPLMediaNet sql stuff
  • From: Tom Van den Panhuyzen <tomvdp@xxxxxxxxx>
  • Date: Tue, 29 Mar 2005 21:57:51 +0200
  • References: <-2180756681647094452@unknownmsgid>


Hi Tony,

It is not beautiful, but I think it will work for all databases:

select name
from artist
where not ((name >= 'a' and name <= 'zzzzzzzzzzzzzzzzzzzzzzzzzz') or
(name >= 'A' and name <= 'ZZZZZZZZZZZZZZZZZZZZZZZZ'))

It works for Access and SQLServer.

How do you connect to the databases ?  Using ADO ?  If so, have you
consider using parameter objects to pass strings (and dates) ?  That
way you don't have to "escape" strings (characters like \ and ').
Also date formats are no problem that way.

hth,
Tom


xPL Links: http://www.xplproject.org.uk http://www.xplhal.com http://www.xpl.myby.co.uk
To Post a Message: ukha_xpl@xxxxxxx
To Subscribe:  ukha_xpl-subscribe@xxxxxxx
To Unsubscribe:  ukha_xpl-unsubscribe@xxxxxxx

xPL Main Index | xPL Thread Index | xPL Home | Archives Home

Comments to the Webmaster are always welcomed, please use this contact form . Note that as this site is a mailing list archive, the Webmaster has no control over the contents of the messages. Comments about message content should be directed to the relevant mailing list.