About Store Forum Documentation Contact



Post Reply 
connectMySQL
Author Message
trouble Offline
Member

Post: #1
connectMySQL
Hello,

I am having problems with following command:

connectMySQL(server, "db", "login", "pass", &querys)

I tried config OBDC settings ( test was successful ), hovewer client cannot connect using this ( OBDC error ), I provided correct data source name in server field.

Also I tried tcp://ip:3306, ip:3306.

Dont want to connect even when I set up local MySQL database.

Any suggestions?

Edit:

I forgot to add...
Changing driver name doesn't help either.
(This post was last modified: 02-02-2012 02:05 AM by trouble.)
01-31-2012 08:12 PM
Find all posts by this user Quote this message in a reply
trouble Offline
Member

Post: #2
RE: connectMySQL
autoupdate of the engine solved problem smile
my bad..
02-04-2012 03:11 PM
Find all posts by this user Quote this message in a reply
Post Reply