Create Procedures

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
jalin
Posts: 23
Joined: Tue 18 Mar 2008 14:45

Create Procedures

Post by jalin » Mon 29 Nov 2010 15:41

How can I create procedures with MyDac components? I tried with MyScript, MyCommand but doesnt work. I created my SQL procedures file with MySQL Query Browser that Its working Ok but if I try to create the procedures using the file that I create with MySQL Browser using MyDac components doesnt work.

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Tue 30 Nov 2010 08:51

To solve the problem you can use the TMyScript.ExecuteFile method. If this does not solve the problem, specify the exception message and the exact moment the exception is raised.

Post Reply