> I need to have a TTable component for MySQL using SQLDB. This is to 
> straight away key in data into the table using dbgrid.

You can do that with sqldb

> How do I simulate this using a TSQLQuery compo? Will 'InsertSQL' 
> property help me this?

It could, but in the most cases (select * from table) you won't need
it. 

> Where do I get the docs for TSQLQuery component?

;) docs?

There are some documents on the wiki, and you can have a look at the
examples (fcl/db/sqldb/examples) or maybe the db-tests (fcl/dbtests)

Joost

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to