I am using Visual Studio 2008 and Access 2013 as my database.
When I use special characters in a password field, my VB.Net code produces an SQL query error, especially when I am using a special char at the last chat.
For example, if I use jdjdj'
as the password then an error occurs.
Normal passwords work. For example:
- Admin123
- 123admin
- 123
- admin
Where is the problem and how can I fix it?