If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > What's wrong with my query in ACCESS2000?

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 12-17-02, 05:07
BigQ BigQ is offline
Registered User
 
Join Date: Dec 2002
Posts: 3
Unhappy What's wrong with my query in ACCESS2000?

I used ADO method to load ACCESS2000

=========================================
Directly DEBUG in ACCESS

select count(*) from user where name like '%q%' Cont't query the resultٍBut It can before)

select count(*) from user where name like '*q*' Can get the correctly result

select count(*) from user where name like '%%q%%' Cont't query the resultٍBut It can before)

==========================================
In my ASP web

select count(*) from user where name like '*q*' memory overflowed

select count(*) from user where name like '%q%' memory overflowed

select count(*) from user where name like '%%q%%' memory overflowed

==========================================
What's wrong with this?
Reply With Quote
  #2 (permalink)  
Old 12-20-02, 07:59
JonathanB JonathanB is offline
Registered User
 
Join Date: Feb 2002
Location: North Wales, UK
Posts: 114
Can you post the exact error message you received from the ASP code?
__________________
J^ - web | email
newsASP Developer
Reply With Quote
  #3 (permalink)  
Old 12-21-02, 21:05
rnealejr rnealejr is offline
Registered User
 
Join Date: Feb 2002
Posts: 2,232
What are you trying to do ? How big is the database/table you are querying ?
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On