出自VFP Wiki
(修訂版本間差異)
在2005年2月17日 (四) 06:04所做的修訂版本
Public Connected AS Integer
Local ConnectString As String
ConnectString = "Driver={SQL Server};Server=MyServerName;"Database=myDatabaseName;Uid=myUsername;Pwd=myPassword"
Connected = SQLSTRINGCONNECT(ConnectString)