如何使用dart访问Sybase Anywhere 12数据库?

发布于 2025-01-13 00:20:08 字数 158 浏览 5 评论 0原文

我正在尝试评估 dart 编程语言。现在我尝试弄清楚是否可以使用 dart 访问 Sybase Anywhere 12 DB。 我搜索了 pub.dev (以及一般的谷歌),但找不到任何东西。 那么,有谁知道如何从 dart 访问 Sybase Anywhere 12 ?

感谢您的帮助!

I'm trying to evaluate dart programming language. Right now I try to figure out if it is possible to access a Sybase Anywhere 12 DB using dart.
I've searched pub.dev (and google in general), but couldn't find anything.
So, does anyone know how to access Sybase Anywhere 12 from dart ?

thanks for any help!

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

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

发布评论

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

评论(1

梦幻的味道 2025-01-20 00:20:08

我已经有近 15 年没有使用 sybase 了,但是除非我弄错了或者 sybase 方面进行了更改,否则它是用于查询 Sybase 的 Transact SQL 协议。

当我当时编程时,我经常不得不使用 MS SQL Server 的库。

因此,如果仍然使用 Transact SQL,您可以使用 MS SQL Server 的库,例如 https://github.com/nippur72例如 /SqlServerSocket
但有必要在服务器上安装 Windows 可执行文件

另一种解决方案在 Flutter 应用程序和 SYBASE 服务器之间放置一个 API

这可以在 Node.js 中轻松完成,因为有软件包可以连接到 Sybase。

I haven't used sybase for almost 15 years, but unless I'm mistaken or change on the part of sybase, it is the Transact SQL protocol which is used to query Sybase.

when I was programming at the time I often had to use the libraries for MS SQL Server.

So, if Transact SQL is still used you can use libraries for MS SQL Server like https://github.com/nippur72/SqlServerSocket for example.
But it is necessary to install a windows executable on the server

Another solution place an API between your Flutter application and the SYBASE server

This can easily be done in node.js for example since there are packages to connect to Sybase.

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