ASP, My SQL & case sensitity suddenly broken

Posted by user131812 on Stack Overflow See other posts from Stack Overflow or by user131812
Published on 2010-05-12T19:56:11Z Indexed on 2010/05/12 20:24 UTC
Read the original article Hit count: 190

Filed under:
|

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

© Stack Overflow or respective owner

Related posts about asp

Related posts about mysql