Page 1 of 1

Problem with build 54

Posted: Sun 06 Dec 2009 19:49
by Romano
Hi,
I have problem with build 54. If I use this construction:

Code: Select all

RAISERROR 50000 'xx'
SELECT 1
I get assert on

procedure TOLEDBCommand.Execute(Iters: integer = 1);
...
var
IUnk: IUnknown;
begin
Assert(FIUnknown = nil); <---- HERE
...

In build 52 was all OK.

And sometimes (I still don't know in which case) I get new connection (the second SPID in the same application). Again - in build 52 was all OK...

Thanks
Roman

Posted: Mon 07 Dec 2009 08:29
by Dimon
I can not reproduce the problem.
Please send me a complete small sample to dmitryg*devart*com to demonstrate it.

Posted: Fri 11 Dec 2009 09:01
by Romano
Hi,
you have a mail. Let me know please that you get it.

Thanks
Romano

Posted: Fri 11 Dec 2009 10:41
by Dimon
Thank you for information. We have reproduced this problem and fixed it. This fix will be included in the next SDAC build.
As a temporary solution you should use the Open method instead of Execute.

Posted: Mon 25 Jan 2010 14:24
by Romano
Hi,
where do you plan to release next SDAC build?

Thanks
Romano

Posted: Mon 25 Jan 2010 15:00
by Dimon
The next SDAC build will be released in the course of this week.