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-09-22 : 08:59:23
|
teve writes "hi,
i have a problem. i have a query that works fine in access, but when the same query is run from an asp page, it doesn't find a thing.
This is how the query looks ("stored procedure")
SELECT zwanted.* FROM zwanted WHERE (((zwanted.zwname) LIKE "*" & [paramString] & "*") AND ((zwanted.zwmemberID)<>[myID])) ORDER BY zwanted.zwdate;
i send a perfectly legal string, e.g. ma to find records, but using the query in access find me all records, from the page none... i am desperate :-)
rgds, TV" |
|
|
|
|