Procedure calling
Posted: 09.12.2005, 17:35
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?
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?