NHibernate 使用 ODBC 连接到 ASA 9.0 在任务栏上弹出窗口

发布于 2024-11-29 01:41:21 字数 606 浏览 1 评论 0原文

我在一个项目中使用 NHibernate,我需要使用 DSN 访问不同类型的数据库。我将 NHibernate 配置为使用以下参数:

connection.probider: DriverConnectionProvider

dialect: GenericDialect

connection.driver_class: OdbcDriver

我传递给它的连接字符串包含带有 UID 和密码的 DSN。现在大多数时候使用的数据库是 MS-SQL 数据库或 ASA 9.0 数据库。

一切正常,但当我连接到 ASA 9.0 数据库时,我在 Windows 任务栏上看到一个新图标(就像有一个新的 Windows 应用程序打开一样),该图标随时出现和消失是与数据库的交换

该图标的名称为 MyDatabase - Adaptive Server Anywhere - 9.0.xy,其中 MyDatabase 是我的数据库的名称,xy 是版本号不记得了。

有人知道我是否以及如何防止这些情况发生?

I'm using NHibernate in a project where I need to access to different types of databases using DSNs. I configure NHibernate to use the following parameters:

connection.probider: DriverConnectionProvider

dialect: GenericDialect

connection.driver_class: OdbcDriver

The connection string I pass it contains the DSN with a UID and password. Now most of the times the database used is either a MS-SQL database or an ASA 9.0 database.

Everything works fine, but when I connect to an ASA 9.0 database, I get a new icon on the Windows Taskbar (like if there was a new Windows application opening) that comes and goes whenever there is an exchange with the database.

This icon has the name MyDatabase - Adaptative Server Anywhere - 9.0.x.y, where MyDatabase is the name of my database and x.y are version numbers I don't remember.

Does someone know if and how I can prevent those?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文