Recent content by andreas

  1. A

    string field size on utf32 database

    I still have exact this problem with DOA 4.1.1.0 in CodeGear RAD Studio 2009. I set the enviromentvariable NLS_LANG=GERMAN_GERMANY.AL32UTF8 Any Ideas?
  2. A

    TOracleQuery memory problem

    > Does it help when you set TOracleSession.Preferences.UseOCI7 to True? No, this makes no difference. :-( But meanwhile I think my problem is another: Is it possible that an application may run out of virtual address space? We make a lot of querys and create and delete many (mall objects...
  3. A

    TOracleQuery memory problem

    I have a big problem: In our application I have a thread which makes a lot (and I mean a lot!) of selects. For each select statement a new TOracleQuery object is created then iterated until eof and then deleted. This procedure may occour some hunderts times. The same TOracleSession object is...
Back
Top