 |
VFP 愛用者社區 本討論區為 Visual Foxpro 愛用者經驗交流的地方, 請多多利用"搜尋"的功能, 先查看看有無前例可循, 如果還有不懂的再發問. 部份主題有附加檔案, 須先註冊成為社區居民才可以下載.
|
上一篇主題 :: 下一篇主題 |
發表人 |
內容 |
frandy_chen
註冊時間: 2004-01-30 文章: 7
第 1 樓
|
發表於: 星期一 五月 10, 2004 7:36 am 文章主題: 如何透過ODBC連上Paradox |
|
|
如何透過ODBC連上Paradox
公司一套舊資料庫為Paradox,
請問我該如何透過ODBC連上Paradox?
謝謝 |
|
回頂端 |
|
 |
Ruey
註冊時間: 2003-03-12 文章: 1698 來自: tunglo
第 2 樓
|
發表於: 星期一 五月 10, 2004 1:42 pm 文章主題: |
|
|
代碼: | "Driver={Microsoft Paradox Driver (*.db )};" & _
"DriverID=538;" & _
"Fil=Paradox 5.X;" & _
"DefaultDir=c:\dbpath\;" & _
"Dbq=c:\dbpath\;" & _
"CollatingSequence=ASCII" |
Note: MDAC 2.1 (or greater) requires the Borland Database Engine (BDE) to update Paradox ISAM fDBF files. (Q230126).
Note: There is an extra space after "db" in the Paradox Driver name
For more information, see: Paradox Driver Programming Considerations
To view Microsoft KB articles related to Microsoft Paradox Driver, click here _________________ #############################
快樂媽咪系列幸福宅配,喝十全雞湯~原來幸福那麼簡單!!
學會VFP使用者社區的搜尋,Code才會更有趣~
############################# |
|
回頂端 |
|
 |
Ruey
註冊時間: 2003-03-12 文章: 1698 來自: tunglo
第 3 樓
|
發表於: 星期一 五月 10, 2004 1:45 pm 文章主題: |
|
|
Ruey 寫到: | 代碼: | "Driver={Microsoft Paradox Driver (*.db )};" +;
"DriverID=538;" +;
"Fil=Paradox 5.X;" +;
"DefaultDir=c:\dbpath\;" +;
"Dbq=c:\dbpath\;" +;
"CollatingSequence=ASCII" |
Note: MDAC 2.1 (or greater) requires the Borland Database Engine (BDE) to update Paradox ISAM fDBF files. (Q230126).
Note: There is an extra space after "db" in the Paradox Driver name
For more information, see: Paradox Driver Programming Considerations
To view Microsoft KB articles related to Microsoft Paradox Driver, click here |
_________________ #############################
快樂媽咪系列幸福宅配,喝十全雞湯~原來幸福那麼簡單!!
學會VFP使用者社區的搜尋,Code才會更有趣~
############################# |
|
回頂端 |
|
 |
frandy_chen
註冊時間: 2004-01-30 文章: 7
第 4 樓
|
發表於: 星期二 五月 11, 2004 12:14 am 文章主題: |
|
|
謝謝Ruey 的指導. |
|
回頂端 |
|
 |
|
|
您 無法 在這個版面發表文章 您 無法 在這個版面回覆文章 您 無法 在這個版面編輯文章 您 無法 在這個版面刪除文章 您 無法 在這個版面進行投票 您 無法 在這個版面附加檔案 您 無法 在這個版面下載檔案
|
|