Page 1 of 1

MySQL Connection bug

Posted: Tue Aug 11, 2009 1:59 pm
by Gochito
I'm depeloping a project using MySQL as database.
When the next line sets the connection with the MySQL server, there is an error

oServidor := TMySQLServer():New(cServidor, cUsuario, cPassword)


This is the bug report:

When Date:11-08-2009 Time: 09:19:55
Error BASE/1004 No exported method: ADDMULTIDATA

Called from HBCLASS:ADDMULTIDATA(0)
Called from TMYSQLSERVER(1393)
.
.
'


Now, when I delete from my proyect a little code that lets the user to change the application date, the proyect compiles without problems. If I compile the full project with an old version, I have no problems.

Re: MySQL Connection bug

Posted: Tue Aug 11, 2009 2:14 pm
by Rathinagiri
It seems correct. Which HMG version are you using?