![]() |
Sergey Kornilov admin 12/11/2007 |
Phillip, set rstmp = Server.CreateObject("ADODB.Recordset") rstmp.Open SESSION(strTableName & "_sql"), dbConnection if not rstmp.eof then response.write rstmp("FieldName") end if rstmp.close : set rstmp=nothing |
P
|
Philip author 12/12/2007 |
Thanks - works fine. |