Hi There,
We have an old ASPsite that has been working fine for years with a MY SQL database. All of a sudden last week lots fo SQL queries stopped working.
The database has a table called 'members' but the code calls 'Members'. It appears the queries used to work regardless of case sensitivity on the table names, but something has changed recently somewhere to enforce case.
This has me stumped as the site has not been touched in years, the server config hasn't changed & the database provide has not changed anything.
Is there any simple way to ignore case for an ASP site (without editing lots fo files :)
Thanks
Ben