Will do. Thanks Michael.
On Tue, Mar 3, 2009 at 2:18 AM, Michael Van Canneyt <[email protected]> wrote: > > > On Mon, 2 Mar 2009, Andrew Brunner wrote: > >> Can anyone tell me if the MySQL Database component in Lazarus does >> Parameter Binding for Insert and Update? > > Yes. > >> >> I'm needing a Component to implement binding parameters for Insert and >> Update methods. >> >> I also need a component that enumerates tables and fields and allows >> me to manage them if they don't exist (both Tables/Fields) etc. > > This component exists in the data dictionary components, I use it > actively. (for firebird, but it should work in MySQL as well). > The database desktop (delivered with Lazarus) uses it as well. > > Check it out, if you are missing some features let me know and > we'll see what can be done. > > Michael. > _______________________________________________ > Lazarus mailing list > [email protected] > http://www.lazarus.freepascal.org/mailman/listinfo/lazarus > _______________________________________________ Lazarus mailing list [email protected] http://www.lazarus.freepascal.org/mailman/listinfo/lazarus
