close Warning: Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.

Opened 20 years ago

Closed 19 years ago

#299 closed defect (invalid)

Dont connecting by tol to mysql database

Reported by: Chakib Faghloumi Owned by: danirus
Priority: highest Milestone:
Component: Kernel Version: 1.1.3
Severity: critical Keywords:
Cc:

Description

this code dont let mi connect to tatabase (MySql)

Struct DBStructMySQL {

Text driver,
Text database,
Text host

};

Set MySQL = DBStructMySQL("mysql","sadd21","sacheri");
Real DBOpen("", "bayes", "bayes", MySQL);
Real DBClose("");

Change History (3)

comment:1 Changed 20 years ago by danirus

Summary: Dont connecting by tol to mysql database Dont connecting by tol to mysql database

Hi Chakib,

In 1st. parameter you are using "mysql" as the type driver to connect to the
database.
That could be the problem.
Could you check if the driver is compiled and ready to use? You can check it
looking into win/libtolmysql directory, where the driver file, "", must be. If
you haven't it, you can compile it using VisualC and the project file
"libtolmysql.dsp", in the same directory. You also need the headers from MySQL
sources.

Keep in touch. I wait for your answer.
Cheers, Daniel

comment:2 Changed 19 years ago by danirus

Chakib, I still wait for your answer.
I will wait a few days more and if there's no answer I will close the Bug.

Daniel

comment:3 Changed 19 years ago by danirus

Resolution: invalid
Status: newclosed

This report was not a bug.

Note: See TracTickets for help on using tickets.