Search found 1 match

by Burzum
12.04.2006, 14:36
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: TZStoredProcedure and MySQL 5.1.7-beta
Replies: 0
Views: 608

TZStoredProcedure and MySQL 5.1.7-beta

I have problem with a calling stored procedure in MySQL base. I getting "Unsupported operation" exception on SP.ExecSQL. Do someone know why? Delphi 7: var new: TZStoredProc; begin new:=TZStoredProc.Create(nil); new.Connection:=DM.zMain; new.StoredProcName:='KalRasFullMonth'; new.Params.Cr...