?%
'***************PJblog2 连接数据?******************
' PJblog2 Copyright 2005
' Update:2005-9-2
'***************************************************

'IF Not IsObject(Application(CookieName&"_blog_Conn")) Then
	    on error resume next
		Set Conn= Server.CreateObject("ADODB.Connection")
		Conn.ConnectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath(AccessFile)
		Conn.Open
		   If Err Then
			    err.Clear
			    Set Conn = Nothing
			    Response.Write("<meta http-equiv=""Content-Type"" content=""text/html; charset=UTF-8"" /><div style='font-size:12px;font-weight:bold;border:1px solid #006;padding:6px;background:#fcc'>数据库连接出错，请检查连接字?</div>")
			    Response.End
		   end if
'Else
'	Set Conn=Application(CookieName&"_blog_Conn")
'End IF
%><?xml version="1.0" encoding="UTF-8"?>
  <feed xmlns="http://www.w3.org/2005/Atom">
  <title type="html"><![CDATA[]]></title>
  <subtitle type="html"><![CDATA[]]></subtitle>
  <id></id> 
  <link rel="alternate" type="text/html" href="" /> 
  <link rel="self" type="application/atom+xml" href="atom.asp" /> 
  <generator uri="http://www.pjhome.net/" version="2.4.1022">PJBlog2</generator> 
  <updated>2005-10-23T12:00:00+08:00</updated> 

</feed>