[Lazarus] MySQL Database Component and Parameter Binding

Michael Van Canneyt michael at freepascal.org
Tue Mar 3 09:18:32 CET 2009



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.



More information about the Lazarus mailing list