Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2000-08-29 : 21:35:24
|
David Waters writes "Hi Sqlteam,
I'm trying to implement this query in ASP to an access database but I don't know how.
SELECT * FROM HOTELS WHERE Name Like '[0-9]*'
Now this works fine when running this query on the access database itself but when run from ASP it doesn't work?
I do realise of course that the wildcard * in ASP is converted to a % but I can't find any documentaion on an equivalent for the [0-9] pattern.
Please help.
Thanks.
David"
|
|
|
|
|