| Nothing | ใช้ยกเลิกการติดต่อกับฐานข้อมูล และไม่สามารถกลับมาติดต่อใหม่ได้ |
|---|
property:Set objConnection = Nothing
return type:void
content:ใช้ยกเลิกการติดต่อกับฐานข้อมูล และไม่สามารถกลับมาติดต่อใหม่ได้
example:strConn = “Provider=Microsoft.Jet.OLEDB.4.0;” &_ “Data Source=c:/panda/panda.mdb;” &_ “Persist Security Info=False” Set conn = Server.CreateObject ( “ADODB.Connection” ) conn.ConnectionString = strConn conn.Open Set conn = Nothing