简体   繁体   English

如何断开与 Progress 数据库的连接?

[英]How to disconnect from Progress database?

I've connected to the OpenEdge DB from code using CONNECT -pf mydb.pf.我已使用CONNECT -pf mydb.pf.从代码连接到 OpenEdge DB。

Could anyone please tell me, How do I need to disconnect it explicitly from the code or It would be automatically disconnected from DB, If needed to disconnect via code, could I use DISCONNECT -pf mydb.pf.谁能告诉我,我如何需要明确地将它与代码断开连接,或者它会自动与数据库断开连接,如果需要通过代码断开连接,我可以使用DISCONNECT -pf mydb.pf.

From the notes at the end of the documentation for disconnect :disconnect文档末尾的注释中:

By default, the AVM disconnects all databases at the end of a session.默认情况下,AVM 在会话结束时断开所有数据库。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM