TextDynamic compatible to WPTools?

  • Hello,

    As we have an application running at our site we would need to make it a web application, so that other sites can use it, too. There is no chance to get the program running at the other site, because the database access is very slow (using lots of CLOBs).

    So my question is if TextDynamic (especially the ASP.NET server version) is compatible to WPTools.

    I store the Data from WPTools via

    Code
    DBTable->FieldByName("Text")->Value = WPRichText->AsString;

    Would I be able to do something like:

    Code
    TextDynamicRichText->AsString = DBTable->FieldByName("Text")->AsString;