Is there a way to configure VS2008 so that it does NOT create SQL query strings with square brackets in my ASP .Net projects? I'm using a MySQL DB which doesn't like the brackets. Thanks.
|
feedback
|
|
There's an option in the latest version of the MySQL connector which might help:
| |||
feedback
|