Search

You searched for the word(s):
< 1 second(s)
  • Re: Database Content Not Showing up in Editor

    Eric,This is what is declared in my file&nbsp;sqlNews = ''SELECT *, mfmNewsID FROM mfm_mfmNews WHERE (mfmNewsID = ''' &amp; mfmNewsID &amp; ''')'' set rsNews = conn.execute(sqlNews)&nbsp;&lt;% mfmNews = rsNews(''mfmNDesc'') %&gt;&nbsp;I have the same code in place on the webpage for public viewing. http://ww2.mfmi.org/do/newsDetail.asp?mfmNewsID=1 ...
    Posted to Cute Editor for ASP (Forum) by bdassow on February 25, 2010
  • Database Content Not Showing up in Editor

    I am able to insert the content of the Editor into a database and view the content on a web page, but the database field (''text'' fieldtype) content does not appear in the Editor when I read from the database. I currently have this in place to retrieve the data from the database and populate the Editor. How can I get the content to display within ...
    Posted to Cute Editor for ASP (Forum) by bdassow on February 24, 2010