Recent content by timbo

  1. T

    Multi-Session Select?

    Hi, I've got two sessions, one connected to the local database and the other connected to a Net8 link over the network. I want to execute a SELECT statement involving two tables, one from each session. How can I do this? (Doing it in SQL*Plus is easy enough, if you can get database links to...
  2. T

    access rows

    thanks a lot, Tim
  3. T

    access rows

    Hi, After executing an SQL query using an OracleQuery I then want to store some of the values as variables. I can do it fine for the first row by using: OracleQuery1->Field("FieldName") but I can't work out how to get values for the following rows. (The query returns multiple rows). I'm very...
Back
Top