Search found 3 matches

by hyperlinx
20.08.2013, 05:54
Forum: ZeosLib 7.0 Stable Forum
Topic: memory allocation error
Replies: 5
Views: 2744

Re: memory allocation error

thank you sir, now downloading r2665, and will test it for the other codes.
seem a lot of trouble using ado, now i'm using native mysql as you suggested :mrgreen:
by hyperlinx
30.07.2013, 12:31
Forum: ZeosLib 7.0 Stable Forum
Topic: memory allocation error
Replies: 5
Views: 2744

i'm sorry, my code above is not simple enough... here is the one MyQuery.SQL.Text := 'INSERT INTO test_table (param1, param2, param3, param4) VALUES (:param1, :param2, :param3, :param4)'; MyQuery.ParamByName('param1').AsString := param1; MyQuery.ParamByName('param2').Clear; MyQuery.ParamByName('para...
by hyperlinx
15.07.2013, 07:36
Forum: ZeosLib 7.0 Stable Forum
Topic: memory allocation error
Replies: 5
Views: 2744

memory allocation error

Hello there, I'm using ZEOSDBO-7.0.3-stable. I got this exception occasionally when inserting values using TZQuery, but other function using similar syntax just fine. so i doing some testing today, and come up something wrong in SetStatementParams(). is something wrong with this code? Parameter := T...