I've got a session variable containing a datetime value populated via 'now'. I need to query a SQL Server 7 table using the datetime value in the where clause. How do I convert the Session value (e.g., '1/22/01 12:51:18 PM') into a datetime format I can use in my SQL select statement? Thanks.