I want to get the Body field of an entry in my SQL Table. But I do not want the SQL variables to all reset, includding, next, loop, and index count. I only want to get the Body of a specific URL. so I write
<SQL "select Body from html where Url='www.mysite.com/index.html'"></SQL>
But being that I ran an SQL command before this , it changes all its previous values, I want to run this command or any command that I can grab the Body of lets say the index page, without reseting all the variables. Maybe I should not be using an SQL command, but then how do I grab that field? I appreciate any help
<SQL "select Body from html where Url='www.mysite.com/index.html'"></SQL>
But being that I ran an SQL command before this , it changes all its previous values, I want to run this command or any command that I can grab the Body of lets say the index page, without reseting all the variables. Maybe I should not be using an SQL command, but then how do I grab that field? I appreciate any help