Recent content by ulrich

  1. U

    Select Table TOracleQuery

    Thank you. But obviously I haven't got the basics ... :-( I want to insert something into a certain table by using TOracleQuery and setting up an insert query with SetVariable statements. Like this: try with InsertQuery do begin SetVariable( ... ); : SetVariable( ... )...
  2. U

    Select Table TOracleQuery

    Sorry for not being precise: I meant the table. The table you address with into in a SQL command. Ulrich
  3. U

    Select Table TOracleQuery

    Hi, sorry, but since I'm a newbie in this area I have the following silly question: I like to append records to an existing database and like to manage this with TOracleQuery. But how do I select the database for SetVariable? Thank you for your support. Ulrich
Back
Top