WinCE编程访问远程SQL Server数据库
我正在使用 Lazarus(Freepascal IDE,Delphi Like)进行编程,当我需要连接到网络上的远程 SQL Server 数据库时遇到问题。
我的问题:
- 有什么方法可以连接到 Lazarus 上的远程 SQLdb?
- SQL Server 2005 所需的连接器类型是什么?
- 是否有适用于 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:
- Is there any way to connect to a remote SQLdb on Lazarus?
- What is required connector type for SQL Server 2005?
- 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最好在 fpc-pascal 或 fpc-devel 列表上询问数据库组件问题。
确切的方式通常取决于数据库。 (连接字符串)
(*) 我计划今年夏天转换 ADO 标头,但数据库开发人员可能需要一些时间才能在其上构建组件。
Best to ask db component questions on the fpc-pascal or fpc-devel list.
The exact way is typically db-dependant. (connectionstrings)
(*) 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.