Page 1 of 1

need help with MyDAC!!!

Posted: Tue 17 Mar 2009 18:29
by fachamix
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

Posted: Fri 20 Mar 2009 12:04
by Challenger
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.