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!!
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
Try to do with the help of SQL request.
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???