The wildcard character of the like in Access cannot be used in%.

Source: Internet
Author: User

Transfer from http://www.knowsky.com/339881.html

The wildcard usage for like in Access is:
“?” Represents any single character; "*" means 0 or more characters; "#" means any number
So it should be:
SELECT * from DatabaseName where fieldname like ' *xx* '


Originally in SQL SERVER is a percent, in access is the * * number, no wonder you can not find data!

But if in the VS2005 TableAdapter again with the percent, with * not!!!

————————————————————————————————————————————————————————————

Tested: Using the query functionality of the Office Access database, the wildcard character of the query statement requires *, not%, as described above.

However, in the VS program, although the queried database is Access data, the query SQL statement should use% instead of *, and the program should use standard SQL syntax, otherwise it will not be queried normally.

The syntax of the query function for access software differs from the standard syntax.

The wildcard character of the like in Access cannot be used in%.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.