Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
2
Answers
How to use 'Global' to count the number of visits to page
Ken H
10y
961
1
Reply
Hi,
I created the following table to record the number of visits to each page:
CREATE TABLE pAccCount(
page_name varchar(200),
access_date datetime,
access_count int
)
Thanks.
Post
Reset
Cancel
Answers (
2
)
Next Recommended Forum
Modify/write txt file
Switching between WPF forms