[Lazarus] MySQL Database Component and Parameter Binding

Andrew Brunner andrew.t.brunner at gmail.com
Tue Mar 3 16:03:53 CET 2009


Will do.  Thanks Michael.

On Tue, Mar 3, 2009 at 2:18 AM, Michael Van Canneyt
<michael at freepascal.org> 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
> Lazarus at lazarus.freepascal.org
> http://www.lazarus.freepascal.org/mailman/listinfo/lazarus
>



More information about the Lazarus mailing list