简体   繁体   English

Pervasive和Linux

[英]Pervasive & Linux

I'm interested in quering a Pervasive DB server running on a Windows platform from Linux. 我有兴趣从Linux上查询在Windows平台上运行的Pervasive DB服务器。

Would anyone happen to know if this is possible, what's required and what resources there are for me to read up on it? 有人会碰巧知道这是否可行,需要什么以及有什么资源可供我阅读?

Thanks! 谢谢!

What version of Pervasive are you using? 您使用的是什么版本的Pervasive? All versions since v8 (including v9 and v10) support a Linux client which is included with the Pervasive.SQL server engine. 自v8以来的所有版本(包括v9和v10)都支持Pervasive.SQL服务器引擎附带的Linux客户端。 V9 and V10 clients are also available for download from the Pervasive website ( http://www.pervasivedb.com/Database/Products/PSQLv10/Pages/PSQLOverview.aspx ). V9和V10客户端也可从Pervasive网站下载( http://www.pervasivedb.com/Database/Products/PSQLv10/Pages/PSQLOverview.aspx )。 Once you've got a client installed on the Linux machine, you can create an ODBC DSN or use the Btrieve API to access the data. 在Linux计算机上安装客户端后,可以创建ODBC DSN或使用Btrieve API访问数据。

Most database have at least a command line client to connect to database. 大多数数据库至少有一个命令行客户端连接到数据库。 check your brand of database to see if you have such tools. 检查你的品牌数据库,看看你是否有这样的工具。 For example, Mysql has mysql command line client for making query to MySql database. 例如,Mysql具有mysql命令行客户端,用于对MySql数据库进行查询。 Otherwise, another way is you might want to try setting up ODBC with Perl . 否则,另一种方法是您可能想尝试使用Perl设置ODBC

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM