TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [TCLUG:10396] kmysql




On Mon, 22 Nov 1999, Bob Tanner wrote:

> kmysql lets you query, but does not allow you to add rows to a table or alter
> rows to a table.
> 
> Amy I missing something ?

I should point out that once the data is in the table you can modify
it easily by right clicking on the table in the tree view and
selecting edit contents. You can modify the columns by right clicking
them in the tree view also.

I prefer to enter data (new rows) using either perl with the DBI
module, or PHP. But you can do it with kmysql using the forms. I think
that kmysql is oriented more towards a DBA function.

Regards

					- Karl