CheckSpace-Error?

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for Oracle in Delphi and C++Builder
Post Reply
alk
Posts: 11
Joined: Sat 31 Dec 2005 13:35

CheckSpace-Error?

Post by alk » Tue 05 May 2009 17:18

Hi,

I'am using the latet (.15) version of the oracle-driver and have got the same problem on different oracle-databases (with D2009).

It is only "CheckSpace" what is not coming form oracle (no ora-numer). I'm writing a blob like

s := 'UPDATE '+FTablename+' '+
'SET ValueField=EMPTY_CLOB(),LNO=LNO+1, TX=:TX, TNO=:TNO, Deleted=:Deleted ';
s := s + 'WHERE Section=:Section AND Ident=:Ident AND TX=:TX '+
'RETURNING ValueField INTO :ValueField ';

With old Delphi it worked well (dbx30). Is the message from you? What will it say to me?

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Thu 07 May 2009 08:39

This error can be caused by memory corruption. Please provide us the Delphi code where the error occurs.

alk
Posts: 11
Joined: Sat 31 Dec 2005 13:35

Post by alk » Mon 10 Aug 2009 13:26

[quote="Plash"]This error can be caused by memory corruption. Please provide us the Delphi code where the error occurs.[/quote]

hi, in the .16-version this problem was solved but we still cannot use the lib, becuase umlaute like ü and ä will be stored in a defect way (??) or something like that.

When will the next version be available? or is there a hot fix possible, by using the source code version?

cu
alex

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Wed 12 Aug 2009 09:35

We are planning to release new build of DbxOda with the fix in two weeks.

alk
Posts: 11
Joined: Sat 31 Dec 2005 13:35

Post by alk » Wed 12 Aug 2009 20:40

[quote="Plash"]We are planning to release new build of DbxOda with the fix in two weeks.[/quote]

great! please send us an preview version of it!

we are waiting for weeks and our customers are veeery dissatisfied with us and we informed them several times, that they only have to wait on some days.

Thanks in advance!

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Thu 13 Aug 2009 07:12

I have sent the DbxOda installation to your e-mail.

Post Reply