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:
01060965
Views:
14
I typed the character 'E' into the textbox.

Here'e my SQL:
" select CategoryName from Categories where CategoryName like *E*"
It's throwing an unhandled exception.

Anyone??





>Here it is:
>
>SELECT *;
>  FROM MyTable;
>  WHERE MyField LIKE "*SomeVal*"
>
>or
>
>str="SELECT * FROM MyTable WHERE MyField LIKE ""*SomeVal*"""
>
>or
>
>str="SELECT * FROM MyTable WHERE MyField LIKE ""*"& SomeVal& "*"""
>
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform