Recent content by mmartinic

  1. M

    OracleDataset allocates really too much memory

    Marko, Can you please explain me how I can connect standard Delphi TDataSource component to the TOracleQuery ???????
  2. M

    OracleDataset allocates really too much memory

    Hi Jens, Hi Daniel, I was too busy yesterday, changing our application, so I didn't check this forum. The Oracle table has approx. 20Kb record size (counting all fields, not only Varchar2) - among others, 2 Varchar2(4000) fields and one Varchar2(1000) field - that's all. The table self has...
  3. M

    OracleDataset allocates really too much memory

    Dear Allround-Team, I have "small" problem with TOracleDataSet components - it takes approx. 200Mb of RAM for running one simple SQL against Oracle 10g database, which retrieves 4000 records only. I have modified and tested the same application using ADO components, and the diference is really...
  4. M

    ClientDataSet/Oracle problem

    Never mind! I just found the solution: - "poRetainServerOrder" property of DataSet Provider must be enabled... Thanks anyway...
  5. M

    ClientDataSet/Oracle problem

    Hi, For our new project, based on C/S architecture, I made one module which displays objects for the current user. This object tree is filled based on links between objects, which are saved in only one table (called "o2o_general", with oog_parentobject, oog_childobject and oog_relationid). The...
  6. M

    Problem with TOracleSession

    Hello, I have couple of Oracle servers and I want to connect to first available server from the list. The user must be connected at any time, and it's not relevant with which Oracle server this connection is made, because each server have the same database structure. I thought - no big deal...
  7. M

    Record lock?

    The problem is still opened !!!
  8. M

    Record lock?

    Thanks anyway for your help. Well, the problem is that we have Delphi application which is using i.e. PROJECTDET table. While client using this application, some records are locked, of course when you open some projects - but not for editing, only for displaying infos from project. On other...
  9. M

    Record lock?

    Hello, "LockingMode=lmCheckImmediate" property is very usefull for multi-user environment. But, we need the same for BDE applications. Is it possible to make this settings permanent for Oracle 8.1.7? If yes, how? I've spend all day searching for this SQL command, with no success. It is...
  10. M

    Problem with German language driver - Borland Delphi + Oracle 8.1.7 + DOA 3.4.5

    Hello, We are looking for how to show German "Umlaute" characters (
Back
Top