D
D Newsham
After an upgrade to IIS 6.0 and FP extensions 2002, some websites with
database results pages are broken.
If I go into the database results properties and look at a query, it
might look like this:
Select * from "table1";
If I remove the double quotes and replace them with square brackets
[], the query runs correctly and the database results appear normally.
I don't understand why these queries have double quotes - could an
update have changed these?
database results pages are broken.
If I go into the database results properties and look at a query, it
might look like this:
Select * from "table1";
If I remove the double quotes and replace them with square brackets
[], the query runs correctly and the database results appear normally.
I don't understand why these queries have double quotes - could an
update have changed these?