Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MYSQL_OPT_RECONNECT in VFP
Message
De
06/06/2012 03:29:53
Hee Lim Wang
Fantasy Software Enterprise
Malaisie
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
MYSQL_OPT_RECONNECT in VFP
Divers
Thread ID:
01545432
Message ID:
01545432
Vues:
70
Hi all
In MySQL 5+ auto-reconnect is disabled by default
I want to set auto reconnect in MySQL when server has gone away

example in MySQL reference manual is
my_bool reconnect = 1;
mysql_options(&mysql, MYSQL_OPT_RECONNECT, &reconnect);

how to write MYSQL_OPT_RECONNECT in VFP coding ?
will it prevent from server has gone away ?
Répondre
Fil
Voir

Click here to load this message in the networking platform