E
Edward A. Owens
Hello,
I've now had several web sites that have suffered from the following
problem.
If I either open a web, or recalculate the web on the server,
all of the queries I've set-up in the Access databases throw
type mismatch errors. If I open the Database Results Wizard on the page
itself and
look at the SQL statement dengerated by FrontPage, I find quotation marks,
where no existed previously.
In other words This:
SELECT * FROM Graduation WHERE (Count_Of_Classmates >=
::Count_Of_Classmates:
ORDER BY Count_Of_Classmates DESC
becomes this:
SELECT * FROM Graduation WHERE ("Count Of Classmates" >= ::Count Of
Classmates:
ORDER BY "Count Of Classmates" DESC
When I change the Sql statement it displays incorrect results on the page
I thought I was the only person having this problem, until I found this
page - http://forums.devshed.com/t69300/s.html
with somebody having
the very same problem. Is this something people are running into a lot?
How can it be avoided.
Thanks,
e.a.o.
I've now had several web sites that have suffered from the following
problem.
If I either open a web, or recalculate the web on the server,
all of the queries I've set-up in the Access databases throw
type mismatch errors. If I open the Database Results Wizard on the page
itself and
look at the SQL statement dengerated by FrontPage, I find quotation marks,
where no existed previously.
In other words This:
SELECT * FROM Graduation WHERE (Count_Of_Classmates >=
::Count_Of_Classmates:
becomes this:
SELECT * FROM Graduation WHERE ("Count Of Classmates" >= ::Count Of
Classmates:
When I change the Sql statement it displays incorrect results on the page
I thought I was the only person having this problem, until I found this
page - http://forums.devshed.com/t69300/s.html
with somebody having
the very same problem. Is this something people are running into a lot?
How can it be avoided.
Thanks,
e.a.o.