If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > Displaying New record Count

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-05-04, 21:42
tycoon tycoon is offline
Registered User
 
Join Date: Feb 2004
Posts: 7
Displaying New record Count

Hi....I got websites...which is its main function is to collect data from all my outlet trough out malaysia....the problem is how can shows the data which been key in a day...
Reply With Quote
  #2 (permalink)  
Old 02-05-04, 21:54
gyuan gyuan is offline
Registered User
 
Join Date: Dec 2003
Posts: 454
What is your point? Can you give an example?
Reply With Quote
  #3 (permalink)  
Old 02-05-04, 22:34
tycoon tycoon is offline
Registered User
 
Join Date: Feb 2004
Posts: 7
every day data is key in into my db...i want to know how show value of data that have been key in into the db
Reply With Quote
  #4 (permalink)  
Old 02-05-04, 23:57
rokslide rokslide is offline
Registered User
 
Join Date: Nov 2003
Location: Christchurch, New Zealand
Posts: 1,617
in theory is should be very easy.

select * from table where input_date = today

but without having any information on your database, the data you want to display, any calculations you want to perform or groupings you want to show it's almost impossible to give you a better answer then the line above.

Your question is very open ended and is almost like asking "how long is a piece of string". If you want more help please provide details of your database (eg. is it MySQL, MS SQL Oracle), the data schema (what tables you have, what columns the tables have), and the structure you want for your result set (eg. what groupings you want your data in, any summary fields etc).
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On