2011-03-15 92 views

回答

6

使用PSQL v10和v11時,默認情況下安裝引擎或客戶端時安裝提供程序。如果您需要在Visual Studio中集成,則需要名稱爲「ADO.NET 3.2」的SDK http://www.pervasivedb.com/psqlv10/pages/default.aspx。我也強烈建議升級到PSQL v10 SP3(10.31 Update 12)。對PSQL引擎和ADO.NET提供者都進行了錯誤修復。

安裝完成後,您可以在C#應用程序中添加對該DLL的引用(在C:\ Program Files \ Pervasive Software \ PSQL \ bin \ ADONET32 \ Pervasive.Data.SqlClient.dll中)並使用這些對象。

+0

謝謝mirtheil。就是這個! – rhys 2011-03-16 04:19:09

+0

最新的Pervasive SQL版本是v11,位於http://www.pervasivedb.com/psqlv11/pages/default.aspx – 2011-11-02 07:57:14

相關問題