This topic is locked

MySQL ODBC Driver problem, AJAX & FCKeditor

3/9/2007 10:49:39 AM
ASPRunner.NET General questions
J
Jay author

Hi,

  1. I'm evaluating ASP.NetRunner and like it a LOT!, but find the need to change to an older version of the ODBC and Password structure not very appeling. Is there a plan to solve thid connection issue?.
  2. I think the use of the Ajax.Net to inquire the DB to suggest values (Inline Suggestion) will make the application more agile. This is present in most lesser quality products like ASPmaker. No excuse for an innovative and complete product like ASP.NetRunner for not to have simple Ajax support.
  3. Is there a plan to support out of the box FCKeditor instead of Text Area?
    Thanks and congratulations on building a great and usefull product.
    Jay

Eugene 3/11/2007
  1. To fix problem you need to run the following in MySQL command line:
    mysql> UPDATE mysql.user SET Password = OLD_PASSWORD('newpwd') WHERE Host = 'some_host' AND User = 'some_user';

    mysql> FLUSH PRIVILEGES;
    More info on this:

    http://dev.mysql.com/doc/mysql/en/old-client.html
  2. We are going to enable ajax support in the next ASPRunner.NET version
  3. To use FCKeditor instead of Text Area, please check "Use Rich Text Editor" checkbox.