Data Access With ADO(ActiveX Data Object)

The Open Method

Basic Sytax:Connection.Open ConnectionString, UserID, Password, Options       

-------------------------------------------------------------------------------

(cnConn.Open Options:=adAsyncConnect)

This can be useful in situations where you have lengthy connection times,
because it allows you to make a connection without freezing the rest of
your application during the connection process.

 

-------------------------------------------------------------------------------

    

posted @ 2014-08-21 20:20  Roy Liao  阅读(160)  评论(0编辑  收藏  举报