Page 1 of 1

blob in 6.7 error!

Posted: Tue 04 Nov 2008 03:31
by xalion
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;

Posted: Tue 04 Nov 2008 12:05
by Plash
Please specify the error message that is shown. Does this error occur with any data, or when you insert some specific data only?

Posted: Tue 04 Nov 2008 13:39
by xalion
Image
It show error with any data.

Posted: Wed 05 Nov 2008 09:06
by Plash
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.

Posted: Thu 06 Nov 2008 02:47
by xalion
I send it to you!

Posted: Thu 06 Nov 2008 09:58
by Plash
We have reproduced this problem, and we are working on it. You will be notified when we fix the problem.

Posted: Fri 21 Nov 2008 03:57
by xalion
ver: 6.7.0.42
bug still there!

Posted: Mon 24 Nov 2008 08:35
by Plash
We have fixed this problem. The fix will be included in the next build of ODAC.