Recent content by valeriv

  1. valeriv

    TOracleLogon

    Thanks!
  2. valeriv

    TOracleLogon

    How to localize Logon Dialog Lables to other languages, to Russian for example?
  3. valeriv

    REF CURSOR

    oops! No propery MyDataSet1.ExternalCursor in ver.3.4.6.4. What i nedd do with MyDataSet1.ExternalCursor := CursorQuery1; MyDataSet1.Active := True; MyDataSet2.ExternalCursor := CursorQuery2; MyDataSet2.Active := True;
  4. valeriv

    REF CURSOR

    Thank you very much! I've understood
  5. valeriv

    REF CURSOR

    Thanks. This is Code exactly from User's Guide... Where in this code 4 retriving cursors? What is and so on.. See on my PROC on top this topic. I don't understand. Sorry me poor English. How can I get cur1,cur2,cur3,cur4 Records (.. or DatSets or DataRows or Recordsets or Array or any other...
  6. valeriv

    REF CURSOR

    Thanks. Show me code, please. I'm novice in Delphi.
  7. valeriv

    REF CURSOR

    Sorry? Can I use only "OUT" direction
  8. valeriv

    REF CURSOR

    How get multiple ref cursors variables from Oracle Package procedure in Delphi, Can I use only " IN " direction. About like --------- TYPE t_cursor is REF CURSOR; procedure proc ( id_in IN NUMBER, cur1 OUT t_Cursor, /*without IN */ cur2 OUT t_Cursor, cur3 OUT t_Cursor, cur4 OUT...
Back
Top