NHibernate 使用 ODBC 连接到 ASA 9.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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论