TMyStoredProcedures

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
nelson
Posts: 7
Joined: Sun 02 Mar 2008 22:52

TMyStoredProcedures

Post by nelson » Sat 20 Sep 2008 18:43

hello devart team

after i tried to test TMyStoredProcedures i get the following mysql error when i select a procedure:

#42000SELECT command denied to user 'user123'@'80-12-345-6.client.hostname.com' for table 'proc'.

if i try it with MySQL Query Browser, it works without any error. this means, its not a "remote use" problem. have you any idea whats wrong?

mysql server: 5.0.32
mydac: 4.40.0.26
ide: C++ builder 6 pro

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

Post by Dimon » Mon 22 Sep 2008 09:04

I could not reproduce the problem.
Please send me a complete small sample at dmitryg*devart*com to demonstrate it, including script to create and fill a table and a procedure.

nelson
Posts: 7
Joined: Sun 02 Mar 2008 22:52

Post by nelson » Sun 28 Sep 2008 19:32

hello Dimon

thanks for your reply. i think it was a server side problem. sorry :oops:

Post Reply