MasteringVFP/12/8/1

出自VFP Wiki

在2005年2月17日 (四) 06:05由Summer (對話 | 貢獻)所做的修訂版本
跳轉到: 導航, 搜尋

Public Connected AS Integer

Local ConnectString As String

ConnectString = "Driver={SQL Server};Server=MyServerName;"Database=myDatabaseName;Uid=myUsername;Pwd=myPassword"

Connected = SQLSTRINGCONNECT(ConnectString)