[Gambas-user] cannot find mysql driver, error

sevek sevek at ...929...
Thu Mar 24 06:04:13 CET 2005


Hi, im new in gambas. And need some help. i need make a connection to 
mysql on my application, this is the code:

PUBLIC FUNCTION star_conn(name AS String) AS Boolean
  TRY Conn.Close
  WITH conn
    .Type = dbtype
    .Host = host
    .Login = login
    .Password = passwd
  END WITH
  Conn.Name = name
  Conn.Open
CATCH
  Message.Error(Error.Text)
END

i have this error in the conn.open line, "cannot find the mysql driver"
i using the --with-mysql-includes and --with-mysql-libraries, when i try 
to compile an error succed. then i just configure with 
--with-mysql-libraries

i read in some place somethig about mysql developer libraries, but i 
cant find it. where can be downloaded?

thank! from argentina.




More information about the User mailing list