Append, Delete & Insert Methods

Hi, I'm building this report and at a certain point I am using the Append, Delete and Insert Methods but there isn't such methods in TfrxDEXQuery or any of its parent classes!!!

I am not supposed to use any of the DataSets or Queries from Delphi, (for my boss doesn't want me to), so I am out of solutions.

What am I supposed to do in such case??? I need these methods and I cannot see any wayout!!

Comments

  • edited 3:05AM
    There is property "SQL" in TfrxDEXQuery.
    Try to do with the help of SQL request.
  • edited 3:05AM
    I got that but I still cannot manage to use the Append() method, it keeps telling me that it's undeclared. That's pretty weird because I can access that method without any problems from delphi, but from Fast-Reports it says that.

    Also I couldn't manage to use the Insert method, with that one I keep getting this message: "Incompatible types, string, extended"!!

    This is how I'm using the Insert Method :

    DBXQuery.SQL.Insert(i, 'value');

    How is the right way of using that???
  • edited 3:05AM
    Strange, but beside me this method works orderly (FR 3.19.2).

Leave a Comment