Hi. I'm trying to add a recordset to the page that holds my cutesoft ASP editor. My page is connected to an MS access database. Before I add a recordset to this page, everything works fine when I preview the Cutesoft editor. As soon as I add the recordset and try to preview the page, I get the following error:
"Error Type:
Active Server Pages, ASP 0141 (0x80004005)
The @ command can only be used once within the Active Service page.
/site/include_CuteEditor.asp, line1"
My question is how do I prevent this from happening? As I mentioned before, the editor works fine before I add the recordset to the page. When I try to remove one of the %<Language=VBSCRIPT>% lines from either the include_CuteEditor.asp page or the page where I'm trying to add the recordset, I get different errors.
Thank you.