need help with MyDAC!!!

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
fachamix
Posts: 1
Joined: Tue 17 Mar 2009 18:26

need help with MyDAC!!!

Post by fachamix » Tue 17 Mar 2009 18:29

1) I would like to know if there is a tutorial, explaining how to use each component.

2) How can I use MyStoredProc ???? How can I add parameters at runtime corresponding at values of native VCL components of C++Builder (for example ... and EDITBOX)????

thanks

Challenger
Devart Team
Posts: 925
Joined: Thu 17 Nov 2005 10:53

Post by Challenger » Fri 20 Mar 2009 12:04

1) Please refer to MyDAC Help.
2) You can set the StoredProcName property and call the PrepareSQL method to gerate SQL statement and fill the parameters collection. Note: in this case TMyStoredProc performs a roundtrip to server to get information about parameters.

Post Reply