I assume that you are using Delphi?

I would recommend that you create a data module and drop a
ZMySQLDatabase component on the data module, configure your connection
to your MySQL database using this component.  Add a ZMySQLTransact
component and point the database property to the ZMySQLDatabase
component you added earlier. Finally, drop a ZMySQLQuery component, set
the database property, and then use the ZMySQLQuery as you would a
normal TQuery.

That's the basics...

HTH,
Dan Cumpian


-----Original Message-----
From: Crescendo Napitupulu [mailto:[EMAIL PROTECTED] 
Sent: Monday, February 24, 2003 1:58 AM
To: [EMAIL PROTECTED]
Subject: MySQL & ZeosDBO - A newcomer question

Hi,

I'm a newcomer and very interested to use MySQL with ZeosDBO.

I would like to ask to anyone in this list who has experience in using
ZeosDBO, 
what component(s) and settings should I make in order to use INSERT,
DELETE and UPDATE ?

I would also really appreciated for an example.

Best Regards,
Crescendo





------------------------------------------------------------------------
----
 Ikuti polling TELKOM Memo 166 di www.plasa.com dan menangkan hadiah
masing-masing Rp 250.000 tunai
 
------------------------------------------------------------------------
----

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail
<[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to