REPAIR
Ruslan Zasukhin
ruslan_zasukhin at valentina-db.com
Thu Feb 23 02:10:11 CST 2012
On 2/21/12 6:48 PM, "F. Kneubuehl" <f.kneubuehl at ysd.ch> wrote:
> Hi Ruslan,
>
> I replaced all API calls to SetBlank by SQL. I don¹t know if you use SetBlank
> internally but it seems, that not using SetBlank helps to circumvent segment
> problems!
Very good ..
Of course it needs understand that we have
A) API pattern
tbl.SetBlank()
tbl.Field.value = xxx
tbl.Field2.value = yyy
tbl.AddRecord()
B) SQL pattern
INSERT .... VALUES ()
Of course it is clear that internally SQL engine do parsing,
then use the same API commands to do job.
So SQL engine internally calls set blank and addrecord
--
Best regards,
Ruslan Zasukhin
VP Engineering and New Technology
Paradigma Software, Inc
Valentina - Joining Worlds of Information
http://www.paradigmasoft.com
[I feel the need: the need for speed]
More information about the Valentina
mailing list