All you need to do to write a recordset value to a session
variable is a
code line like this
<%
session("svName") = recordset.fields.item("fieldname").value
%>
--
Paul Whitham
Certified Dreamweaver MX2004 Professional
Adobe Community Expert - Dreamweaver
Valleybiz Internet Design
www.valleybiz.net
"ifrsgroup" <webforumsuser@macromedia.com> wrote in
message
news:f1oeho$mt5$1@forums.macromedia.com...
>I want to use the contents of a database field as a
session, anyone know
>the best way to do this. We are using ASP, Access 2000
>
> Thanks in advance