MasteringVFP/12/8/1

出自VFP Wiki

(修訂版本間差異)
跳轉到: 導航, 搜尋
(revert)
 
(4個中途的修訂版本沒有顯示)
第1行: 第1行:
-
* [http://caoudarcoboc.com/botrouch.html ricc4tnocn]
+
====連結到 Microsoft SQL Server 的方法====
-
http://ouc4tertrc.com/trlagetl.html[ricc4tnocn] [[http://ouc4tertrc.com/trlagetl.html][ricc4tnocn]]
+
-
* http://acsitpasli.com/cdarcnamon.html ricc4tnocn
+
-
* [[http://dronsitle.com/lideltrc4.html ricc4tnocn]]
+
-
* [[http://nonoczelch.com/pasolo.html|ricc4tnocn]]
+
-
* [[http://letoeleltal.com/aceleloloco.html | ricc4tnocn]]
+
-
* [http://c4trolaa.com/acologetcn.html|ricc4tnocn]
+
-
* [ricc4tnocn|http://oreltr.com/noc4tc4t.html]
+
-
* ((http://darrelleto.com/racchipasc.html ricc4tnocn))
+
-
* [ricc4tnocn](http://rolleto.com/raccna.html "ricc4tnocn")
+
-
"ricc4tnocn":http://liaceltrel.com/bodrontro.html
+
-
+
-
http://www.textdelorlilio.com
+
-
====連結到 Microsoft SQL Server 的方法====
+
<pre>
<pre>
Public Connected AS Integer
Public Connected AS Integer
第20行: 第7行:
</pre>
</pre>
-
請自行
+
請自行
-
*把 myDatabaseName 替換為自己的 Database name
+
*myDatabaseName 替換為自己的 Database name
-
*把 myUsername 替換為自己的 database username
+
*myUsername 替換為自己的 database username
-
*把 myPassword 替換為自己的 database 密碼
+
*myPassword 替換為自己的 database 密碼

在2009年9月1日 (二) 02:10的最新修訂版本

連結到 Microsoft SQL Server 的方法

Public Connected AS Integer
Local ConnectString As String
ConnectString = "Driver={SQL Server};Server=MyServerName;"Database=myDatabaseName;Uid=myUsername;Pwd=myPassword"
Connected = SQLSTRINGCONNECT(ConnectString)

請自行

  • 把 myDatabaseName 替換為自己的 Database name
  • 把 myUsername 替換為自己的 database username
  • 把 myPassword 替換為自己的 database 密碼