Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
使用先前指定的连接字符串打开与某个数据库的连接。
Public Overrides Sub Open()
public override void Open()
InvalidOperationException 连接已打开或未在 ULConnection.ConnectionString 属性中指定连接字符串。
ULException 类 尝试打开数据库时发生 SQL 错误。
您应该在完成与该连接有关的工作后,显式关闭或释放该连接。