由买买提看人间百态

topics

全部话题 - 话题: dbmain
(共0页)
k****h
发帖数: 27
1
来自主题: Database版 - problem with IIS->access
I am using IIS 5.0 on windows 2000 to connect with access database.
It works if use the following code in the asp file
<% con= "Provider=Microsoft.Jet.OLEDB.4.0;DATA SOURCE=g:\pvd.mdb">
<% set dbMain = server.createobject("ADODB.Connection")
dbMain.open con
Set rsProducts = Server.CreateObject("ADODB.Recordset")
sSQL = "SELECT * FROM products WHERE beginspecial <= #" & date() & _
"#" & " AND endspecial >= #" & date() & "#"
rsProducts.open sSQL, dbMain, adopenstatic, adlockpessimistic
k****h
发帖数: 27
2
来自主题: BuildingWeb版 - can not execute global.asa help?
I have the following code in global.asa. But I found I can't call the session
in the global.asa.

Then in anothe asp file, I tried to call the sessions:
set dbMain = server.createobject
(共0页)