Hello,
I'm trying to extract data from the database using Front Page 2000. The qry is:
"SELECT * FROM Results WHERE MemberID = '" + Replace ( MemberID, "'","''"
+ "' and (Validated = 'ON');".
It is working fine.
When I opening the file to make some changes using notepad, everything is good. But the problem is that I cannot open the file with this code in Front Page. It is rewriting this code by itself.
What is wrong with this code, and is there some way to fix this.
Any ideas?
Thanks
I'm trying to extract data from the database using Front Page 2000. The qry is:
"SELECT * FROM Results WHERE MemberID = '" + Replace ( MemberID, "'","''"
It is working fine.
When I opening the file to make some changes using notepad, everything is good. But the problem is that I cannot open the file with this code in Front Page. It is rewriting this code by itself.
What is wrong with this code, and is there some way to fix this.
Any ideas?
Thanks