Wrox Programmer Forums
Go Back   Wrox Programmer Forums > PHP/MySQL > MySQL
|
MySQL General discussion about the MySQL database.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the MySQL section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 22nd, 2006, 11:40 PM
Registered User
 
Join Date: Jun 2006
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Default Disply logout time

I'm using asp and sql server, i hava also used vb script and java script . i have to time field type call login and logout.i want to findout logout time.i can disply already login time and i can used now() function and insert into the database. but in logout time ,i can used same function now().when i saw in database it disply login time not logout time.i also used query in sql server.


q= "update LoginHistory set LoginHistoryOutTime= #" & now() & "# where LoginHistorySessionID=" & Session.SessionID & ""
Response.Write q
Set rs=con.Execute(q)

but it show error. Error is Incorrect syntax near '10'


How can reslove my problem.
pls suggest me...

thank








Similar Threads
Thread Thread Starter Forum Replies Last Post
disply logout time dayarprasad Classic ASP Databases 1 June 26th, 2006 11:48 PM
Disply Logout Time in asp dayarprasad MySQL 1 June 22nd, 2006 08:43 AM
logout TIME and logout DATE crmpicco Classic ASP Databases 2 January 20th, 2005 12:01 AM
logout TIME and logout DATE crmpicco Classic ASP Basics 0 January 19th, 2005 07:57 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.