I am trying to write an SQL query that will update a table based on a dynamic variables value declared in Delphi.
My first question is if there is any other component that allows an SQL update query to be executed and then to commit the changes to the table.
My second question is how would I use a dynamic variables value from Delphi to update a record/s.
I want to execute the TOracleScript SQL based on the value of the dynamic variable from Delphi. What is the correct format to use the dynamic variable from in the script?
My first question is if there is any other component that allows an SQL update query to be executed and then to commit the changes to the table.
My second question is how would I use a dynamic variables value from Delphi to update a record/s.
I want to execute the TOracleScript SQL based on the value of the dynamic variable from Delphi. What is the correct format to use the dynamic variable from in the script?