This topic has been archived. It cannot be replied.
-
工作学习 / IT技术讨论 / 问一个com+(1.5)调用数据库的问题。 我现在用.net写了一个queued com+, 需要不断从数据库里读写数据,每个transaction都需要建立一个新的connection. 现在的问题是,为什么transaction 结束后,connection不自动消失,需要我shut down com+呢。
-lilyba(sunshine困惑不懂装懂);
2004-1-11
{74}
(#1556573@0)
-
是ORACLE 吗?
-ningxin0809(雁影行洲);
2004-1-11
(#1556582@0)
-
关键问题忘记说了,sqlconnection,调用sql server.
-lilyba(sunshine困惑不懂装懂);
2004-1-11
(#1556597@0)
-
哦, 我 ORACLE的时候发现了这个问题, 后来到微软上当了一个,NET的PACKAGE就好了, 是他们的一个。NET FRAME的BUG好象。 SQL SERVER不知道是不是也可以这样做。
-ningxin0809(雁影行洲);
2004-1-11
(#1556601@0)
-
好像是这样。我们architect就是如此,没有问题,他说暂时不让我下在这个东西。:(你能告诉我哪个地方下载么
-lilyba(sunshine困惑不懂装懂);
2004-1-11
(#1556611@0)
-
up. my operation system is win xp professional.
-lilyba(sunshine困惑不懂装懂);
2004-1-11
(#1557278@0)
-
up
-lilyba(sunshine困惑不懂装懂);
2004-1-12
(#1558064@0)
-
I have to check it,
-ningxin0809(雁影行洲);
2004-1-12
(#1558081@0)
-
If you have .net framework 1.1, shouldn't have this problem. try search this Q330126 on Microsft website. It is our network admin downloaded and installed it. my database is Oracle, SQL not sure
-ningxin0809(雁影行洲);
2004-1-12
(#1558116@0)
-
谢谢两位,的确用的是framework 1.1,建立一百多的connection之后,queued com+出错。然后,看见sql server满是我的连接,都在sleeping。只有我关掉application 之后,连接消失。
-lilyba(sunshine困惑不懂装懂);
2004-1-12
(#1558222@0)
-
那你是没把这些连接CLOSE吧? 我的问题不一样, 是APPLICATION都关了一天了, 第2天还能看见那CONNECTIONs 虽然是INACTIVE的。
-ningxin0809(雁影行洲);
2004-1-12
(#1558224@0)