MySQL Connection bug

Moderator: Rathinagiri

Post Reply
User avatar
Gochito
Posts: 7
Joined: Tue Jun 23, 2009 3:36 pm

MySQL Connection bug

Post 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.
User avatar
Rathinagiri
Posts: 5471
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: MySQL Connection bug

Post by Rathinagiri »

It seems correct. Which HMG version are you using?
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
Post Reply