Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
BUG: SQLSTRINGCONNECT allow max 254 chars
Message
From
08/10/2005 04:45:53
 
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro Beta
Title:
BUG: SQLSTRINGCONNECT allow max 254 chars
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01057411
Message ID:
01057411
Views:
81
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
Next
Reply
Map
View

Click here to load this message in the networking platform