WinCE编程访问远程SQL Server数据库

发布于 2024-07-26 02:18:26 字数 338 浏览 3 评论 0原文

我正在使用 Lazarus(Freepascal IDE,Delphi Like)进行编程,当我需要连接到网络上的远程 SQL Server 数据库时遇到问题。

我的问题:

  1. 有什么方法可以连接到 Lazarus 上的远程 SQLdb?
  2. SQL Server 2005 所需的连接器类型是什么?
  3. 是否有适用于 Windows CE (Windows Mobile 5/6) 的 ODBC 驱动程序? (如果是这样,我可以使用 TODBCConnection...)

我已经在 Lazarus 社区论坛上进行了搜索和询问,但没有得到任何回复

I'm programming using Lazarus (Freepascal IDE, Delphi Like), and i have a problem when i need to connect into a remote SQL Server database on the network.

My question:

  1. Is there any way to connect to a remote SQLdb on Lazarus?
  2. What is required connector type for SQL Server 2005?
  3. Is there any ODBC driver available for Windows CE (Windows Mobile 5/6)? (If so, I could use TODBCConnection...)

I already searched and asked on the Lazarus community forum but didn't get any response

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

夜还是长夜 2024-08-02 02:18:26

最好在 fpc-pascal 或 fpc-devel 列表上询问数据库组件问题。

  1. ? 您不能通过插入 dns 名称/IP 来简单地在连接组件中进行配置吗?
    确切的方式通常取决于数据库。 (连接字符串)
  2. ODBC (*)
  3. 显然不是默认值。 也许可以找到第三方替代品。

(*) 我计划今年夏天转换 ADO 标头,但数据库开发人员可能需要一些时间才能在其上构建组件。

Best to ask db component questions on the fpc-pascal or fpc-devel list.

  1. ? Can't you simply configure that in the connection component by inserting a dns name/IP?
    The exact way is typically db-dependant. (connectionstrings)
  2. ODBC (*)
  3. Apparantly not default. Maybe 3rd party substitutes can be found.

(*) I'm planning to convert the ADO headers this summer, but it will probably take some time for the db devels to build components on top.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文