Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
General framework and application framework
Message
From
30/09/1998 17:04:35
 
 
To
30/09/1998 16:40:35
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00142159
Message ID:
00142575
Views:
22
Jason --

*/ Establish a connection to the SQL Server ...
lnSQLHandle = SQLCONNECT(This.SQLServerName, This.SQLUserID, This.SQLPWd)
If lnSQLHandle <= 0 && Connection Failed
Return 0
Endif

PMI, but wouldn't portability best be served by storing stuff like THIS.SQLServerName in metadata and initializing those properties on object Init? Seems to me you don't have to recompile that way.
------------------------------------------------
John Koziol, ex-MVP, ex-MS, ex-FoxTeam. Just call me "X"
"When the going gets weird, the weird turn pro" - Hunter Thompson (Gonzo) RIP 2/19/05
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform