| Provider | ใช้กำหนดประเภทของ OLE DB Provider ที่ใช้ติดต่อกับฐานข้อมูล |
|---|
property:Provider = “ประเภทของ OLE DB Provider”
return type:void, String
content:ใช้กำหนดประเภท หรือคืนค่าประเภทของ OLE DB Provider ที่ใช้ติดต่อกับฐานข้อมูล
example:Set conn = Server.CreateObject(“ADODB.Connection”) conn.Provider = “Microsoft.Jet.OLEDB.4.0” conn.ConnectionString = “Data Source=c:/panda/panda.mdb;” conn.Open