blob in 6.7 error!

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
xalion
Posts: 124
Joined: Fri 20 May 2005 10:08

blob in 6.7 error!

Post by xalion » Tue 04 Nov 2008 03:31

blob in 6.7 error!
my OS :winxp chinese
oracle :10.2.0.4
ODAC: mode=derict
It work fine in 6.5.

var
MS : TMemoryStream;
begin

try
Edit;
ms.Position := 0;
TBlobfield(FieldByName('PHO')).LoadFromStream(MS);
Post; // here show error!
except
end;
end;

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

Post by Plash » Tue 04 Nov 2008 12:05

Please specify the error message that is shown. Does this error occur with any data, or when you insert some specific data only?

xalion
Posts: 124
Joined: Fri 20 May 2005 10:08

Post by xalion » Tue 04 Nov 2008 13:39

Image
It show error with any data.

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

Post by Plash » Wed 05 Nov 2008 09:06

We could not reproduce the problem. Please send to odac*devart*com a complete small sample that demonstrates the problem, including the script for creating database objects.

xalion
Posts: 124
Joined: Fri 20 May 2005 10:08

Post by xalion » Thu 06 Nov 2008 02:47

I send it to you!

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

Post by Plash » Thu 06 Nov 2008 09:58

We have reproduced this problem, and we are working on it. You will be notified when we fix the problem.

xalion
Posts: 124
Joined: Fri 20 May 2005 10:08

Post by xalion » Fri 21 Nov 2008 03:57

ver: 6.7.0.42
bug still there!

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

Post by Plash » Mon 24 Nov 2008 08:35

We have fixed this problem. The fix will be included in the next build of ODAC.

Post Reply