⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 conn.asp

📁 blog 程序 DIV BLOG 0.6 Readme [ http://www.IamTing.com ] DIV BLOG 0.6版更新说明 =====================
💻 ASP
字号:
<%
'set conn=Server.CreateObject("ADODB.connection")
'conn.Open "driver={Microsoft Access Driver (*.mdb)};dbq=" & 'Server.MapPath("log_mdb/log_mdb.mdb")
%>
<%
dlog_cookies_name="poorfish_blog_cookies"
dlog_session="poorfish_blog_session"

db_type="ms access"
db_path=server.mappath(".")
if lcase(right(db_path,5))="admin" then
	db_path="..\"
else
	db_path=""
end if
connstr = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source="&Server.MapPath(db_path&"blogdB/IAMTING.mdb")
set conn= Server.CreateObject("ADODB.Connection")
conn.Open connstr
%>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -