Page 1 of 1

HOw can I insert data

Posted: 07.10.2005, 22:29
by dcidt
Hello, I am using Zeos 6.1.5, Delphi5 and n Mysql, but I need help to insert data in my DB, I don't know which componnets to use, and I need help in de code too. for example...If I have a table User, I want to insert his data like name, address, Id, telephone, etc..Please help me.

Posted: 10.10.2005, 07:28
by klchin
Hi,

You can use TZquery with standard SQL statement.

i.e.
Insert into Address (name,address,id,telephone ) Values
( 'abc','No 19, West Road','123-abc','888-999-11111' );