You are here: DEVPPL Forum Programming ASP & ASP.NET Forum
NOTIFICATIONS
54.102
MEMBERS
15.695
TOPICS
62.282
POSTS
  562
FLASH GAMES
7.740
TUTORIALS
 

Login

E-mail:
Password:

recordset ?

0

Loading

recordset ?

Postby Aicirt » Mon Jun 26, 2006 10:32 am

can anyone explain to me what the code is trying to do?

Code: Select all
if rsHistory(2) = "i" then
  v_HistOperation="Clock - In"
  v_HistTime=rsHistory(0)
else
  if rsHistory(2) = "o" then
  v_HistOperation="Clock - Out"
  v_HistTime=rsHistory(1)
end if
Aicirt
 
Reputation: 0
Posts: 3
Joined: Mon Jun 26, 2006 4:03 am
Highscores: 0
Arcade winning challenges: 0

recordset ? - Sponsored results

Sponsored results

Login to get rid of ads

 

0

Loading

Desition if...else

Postby Vargf » Wed Sep 27, 2006 7:29 pm

this code is for a clock in&out timer

this code makes a desition if you clok-in the data will store in the fill onhte data table if you clok-out hour will record in the data table fill
v_HistTime.
Vargf
 
Reputation: 0
Posts: 2
Joined: Wed Sep 27, 2006 6:33 pm
Highscores: 0
Arcade winning challenges: 0
0

Loading

Postby Bimal » Thu Jan 17, 2008 6:59 am

ur above code is used save incoming and outgoing mails with their time ..
i think you will get ur ans better from it...other wise 4 any web related info u can visit on the following link.


http://webdesigningcompany.net
Bimal
 
Reputation: 0
Posts: 7
Joined: Wed Jan 16, 2008 6:46 am
Highscores: 0
Arcade winning challenges: 0
0

Loading

Postby Payal » Fri May 30, 2008 8:39 am

To be able to read database data, the data must first be loaded into a recordset. i cannot understand using coding this can understand by expert only.
Payal
 
Reputation: 0
Posts: 2
Joined: Fri May 30, 2008 7:16 am
Highscores: 0
Arcade winning challenges: 0
^ Back to Top