Problem running query from web using asterick

  • Thread starter Thread starter rmcompute
  • Start date Start date
R

rmcompute

I set up a query in Access with a where block of: Model Like "*470*". It
runs successfully. I embedded the same code in a web page and it does not
pull any data. It works if the astericks are removed and the full model
number is typed. Does anyone know of any quirks using the asterick with
Access when embeding it on a web page? Also, does anyone know of a more
appropriate place to place this question.
 
What is the back-end data source? If it is SQL-Server, you'll need to use
the SQL-Server wildcard ("%") instead of the wildcard you would use from
within Access ("*").

Good luck!

Regards

Jeff Boyce
Microsoft Office/Access MVP
 
Jeff,

Thanks for the response. The backend datasource is Access and the query
works when it runs directly in access. When it is embeded on the web page,
it works without the wild card and the full model typed out so that proves we
are connecting and querying successfully. There must be a problem about
using an asterick from an ASP web page. Have you heard of any such thing or
do you know a website which might be more likely to address such an issue?

Thanks.
 
I've not worked in that area. Hopefully another newsgroup reader can offer
insight.

Have you posted to an ASP-related newsgroup?

Regards

Jeff Boyce
Microsoft Office/Access MVP
 
Will Try that.

Thanks.

Jeff Boyce said:
I've not worked in that area. Hopefully another newsgroup reader can offer
insight.

Have you posted to an ASP-related newsgroup?

Regards

Jeff Boyce
Microsoft Office/Access MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top