about accessing databases, there is a tutorial:
http://wiki.lazarus.freepascal.org/Lazarus_Database_Tutorial
which is only a very brief introduction, but it's much better than nothing.
After going through it a few times, after going through the forums
many times, and after stumbling upon even more "access violation"
errors, I managed to working with sqlite and mysql...at least for
simple queries.
In my project I went on with sqlite only, but the dataset interfaces
are basically always the same; this is a very active list and if you
ask, you'll probably get an answer.

R#

2007/11/28, el stamatakos <[EMAIL PROTECTED]>:
>
>  Hi All,
>   I would like to start by saying "Lazarus" seems like the answer I have
> been looking for, for a long time. I love Delphi and have finally found
> something similar for Linux.
>   I have a few questions, first I registered to the forums but never
> received an e-mail back with password so I cannot log in.
>   I have two questions that pertain to the Linux version of Lazarus
>
>  1) I use a form and then I click in the OnCreate Event Handler in the
> object inspector and it returns an error "Unable to find method. Plz fix the
> error shown in the message window.". I look at the message window and the
> error is "Error:unit not found:Forms". I take the same code into windows and
> do not have this problem. Any ideas.
>
>  2) I would like to use MySQL with Lazarus. I have no idea where to start. I
> placed a MySQL50conn module. I then tried to connect to the database using
> the HostName, DatabaseName, userName, password. Is there a field for port?
> Is there a simple example to retrieve data from a MySQL. I have a form that
> essentially has some combobox and they are to be filled with info from the
> MySQL database. Please help. Thanks
>
>  I look forward to joining the forums and receiving help. Thanks in advance.
>
>  Lefti
>


-- 
----------------------------------
 Ing. Roberto Padovani

 via Mandrioli, 1
 40061 Minerbio (BO)
 Italy

 mail: [EMAIL PROTECTED]
 cell: 340-3428685
---------------------------------

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

Reply via email to