Hi!
Could be offtopic (moderator - remove if so!), but anyway...
How do I call stored procedures - functions in Zeos + MySQL 5.1? I tried this
Query.SQL.Text := 'Call MYPROC';
Query.ExecSQL;
Should I call ExecSQL or Open ?
How to use TStoredProc?
Procedure calling
Moderators: gto, cipto_kh, EgonHugeist
Hi zippo,
please take a short look at this ... There is a section concerning TStoredProc. You can also use it on Storedprocs in MySQL .
Regards.
please take a short look at this ... There is a section concerning TStoredProc. You can also use it on Storedprocs in MySQL .
Regards.