Alvise Nicoletti wrote:
How do I use the SQLdb component without graphical interface? I just have to do the same commands without putting the graphical component on the project?

You can create the components in code, e.g.

 Conn := TMySQL50Connection.Create(nil);
 Qry := TSQLQuery.Create(nil);

(Do not use TMySQL50Connection.Create;)

And of course don't forget to put SQLdb, DB and MySQL50Conn in your uses clause.

Regards,

Bram

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

Reply via email to