raise exception in before post event

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
aliemrei
Posts: 15
Joined: Sat 27 Jan 2007 09:12

raise exception in before post event

Post by aliemrei » Tue 08 Apr 2008 12:03

hi;

if last user not fill all requied fields post record, raise exception ( must have a value...) and after raise a another exception

---------------------------
Error
---------------------------
DisposeBuf failed (E:\ElektraSRC\SDAC4\Source\MemData.pas, line 7502)
---------------------------
OK
---------------------------


some time I am useing "Abort;" in before post event raise same exception.

if my english not correct then sorry.

regards.

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Tue 08 Apr 2008 15:39

I could not reproduce the problem.
Please send me a complete small sample at sdac*crlab*com to demonstrate it, including script to create and fill table.

Also supply me the following information:
- exact version of SDAC. You can see it in the About sheet of TMSConnection Editor;
- exact version of your IDE;
- exact version of SQL server and client. You can see it in the Info sheet of TMSConnection Editor.

Post Reply