Recent content by rb1234

  1. R

    DOA 4.1

    Author: Ralf Barth Topic: memory leak posted 24 July, 2006 09:59 Your Answer: It seems that this is indeed a memory leak. The LOB's and the list are only freed in case of an exception. We have fixed this for the next release. ... We'll have a beta for 4.1 available later this week, which adds...
  2. R

    DOA 4.1

    Hi Marco, there are critical bugs in the current version, e.g. a memory leak i told you about in July. I think it's not right to let people wait so long for a bugfix. I can't tell my customers to get there problems fixed in about one year... Your Lib is really great work, but if you don't fix...
  3. R

    keyfield datatype

    does anybody knows how much the performance penalty is if i use varchar2(20) as the datatype for my primary/foreign key fields instead of number or number(10)? thanks in advance... ralf barth
  4. R

    key violation when posting record

    thx marco, 1. question: do you plan to implement thouse solution and when would it be ready? the problem is: there is a (very bad i guess) solution by dan miser: i have to fill the key fields with dummy numbers for the post and then mark them as 'no update fields'...
  5. R

    record changed by another user

    it seems to occur by chance. i use a midas server with doa but i still have my old bde midas server. in my app i read records from a text file to oracle tables. each file has about 1000 records. i do a datarequest for each record, change some fields and then do an apply. every some thousend...
  6. R

    record changed by another user

    i use doa, delphi 5 with midas. i do a lot of the following: ds.datarequest('select bez from table where nr = 1'); ds.fieldbyname('bez').value := 'new'; ds.apply_updates; (bez is a memo field) mostly it works fine, but sometimes, with some records, i get the error 'record changed by another...
  7. R

    SFieldRequired error

    thanks for your quick reply. ralf
  8. R

    SFieldRequired error

    i get a SFieldRequired error messages when i apply data via TOracleDataset. there is a not null field ID. but i set this field in the before update trigger of the table in oracle so it's ok that it is null when i apply the data (it's ok for me, not for doa ) i use delphi5, TOracleDataset via...
Back
Top