Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Access Query Syntax
Message
General information
Forum:
ASP.NET
Category:
Databases
Miscellaneous
Thread ID:
01060601
Message ID:
01060602
Views:
9
Hey, Kevin

The SQL syntax would be...
SELECT * from Table WHERE MyColumn LIKE '%tron%'
So you'd want to build your query along those lines...

(At least that's what it would be for a sql-server back-end...if you're using Access as your back-end, then I'm not sure. You'd have to check the Access docs for the syntax for LIKE)

Kevin
Previous
Reply
Map
View

Click here to load this message in the networking platform