Recent content by nowy

  1. N

    TOracleScript and desc, exec

    Hallo, Does TOracleScript component support commands desc and exec? I could not make it working. Desc gives me no output and exec doesn't inkove a stored procedure. Using D6, DOA 3.4.6.4 Krzysztof
  2. N

    OracleScript and bind variables

    OK, I found a solution OnCommand event of OracleScript I declare and set value for bind variables: procedure TScriptForm.OracleScriptCommand(Sender: TOracleScript; var Handled: Boolean); begin (...) variable := //
  3. N

    OracleScript and bind variables

    Hallo, How can I declare a bind variable for TOracleScript component. OracleScript contains SetVariable, GetVariable methods, but there isn't DeclareVariable. I tried OracleScript.Query.DeclareVariable, but still got ORA-01008: not all variables bound. Using D6, DOA 3.4.6.1 Krzysztof
Back
Top