Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
BUG: SQLSTRINGCONNECT allow max 254 chars
Message
De
08/10/2005 04:45:53
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual FoxPro Beta
Titre:
BUG: SQLSTRINGCONNECT allow max 254 chars
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
01057411
Message ID:
01057411
Vues:
82
On Thread #1057057, WW post this issue.
It is a bug for me.

Expected: VFP it has to allow string of connection with more of 254 characters
CLEAR
ON ERROR ? MESSAGE()
x=SPACE(254)
? SQLSTRINGCONNECT(x) && ok a ODBC error
x=SPACE(255)
? SQLSTRINGCONNECT(x) && bug, a VFP error
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform