利用ASP存取各种常用类型数据库(4)

DBPath = "SourceDB=" & Server.MapPath( "DBC数据库文件名" )
‘ 连接数据库
conn.Open Driver & SourceType & DBPath
Set CreateDbcRecordset = Server.CreateObject("ADODB.Recordset")
‘ 打开数据表,参数二为Connection

Published At
Categories with Web编程
Tagged with
comments powered by Disqus