HCBSM Informática LTDA wrote:
First a had problem with cvs do get source of lazarus. Sad that don't exist module lazarus. A had eclispse too, and user the interface to go to repository and see all modeles, but I don't know what I need for there, and have a lazarus_old there (only this lazarus I find).

Hello,

Lazarus is no longer on cvs. It has changed to subversion.

To install:
cd $HOME/svn
svn checkout http://svn.freepascal.org/svn/lazarus/trunk/ lazarus

To update:
cd $HOME/svn/lazarus
svn update

You should get svn from your distro repositories. On Mandrake the command is: "urpmi svn"

Second - I had a problem with my component that come with tgz tha I download from sourceforge.net, and had previus problems with librarys (dev) that a need to install and make work the lazarus. I did: make clear all, and instaled some packages like Mysql to acces a remote server in internet (here a have postgre), so he conected but when I try active Mysqldataset, this sad to me: "" is not valid integer, or (use select * from table limit 1). And wher I change the sql (select name from table) he sad that: "...e...e..e..e.." is an invalid float.

I try install for postgre too, but had problem when I use Datasource and conect with tdbgrid!! I will try get manual to verify if work.

I don't know much about database on Lazarus, but I used TDbf and it works pretty well on dbase against tdbgrid or any other data-aware component.

You can find information about databases on Lazarus here: http://wiki.lazarus.freepascal.org/index.php/Lazarus_Database_Tutorial

Felipe

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

Reply via email to