Recent content by tremors

  1. T

    Dynamic Variable in TOracleScript?

    I ended up using a DataSet to run the query and it worked like a charm. I really appreciate all your help and how fast you respond to the questions. Thanks Again!
  2. T

    Dynamic Variable in TOracleScript?

    I have my query working now with TOracleScript but when I set my variables with TOracleScript.SetVariable it takes over a minute to execute the query. When I replace the variable with a value it takes half a second to execute the same query. Why would this be happening? Is there a more...
  3. T

    Dynamic Variable in TOracleScript?

    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...
Back
Top