It appears you have not yet registered with DEVPPL. To register please click here... (it's fast, easy and free!)

Forum

Log In Sponsors
Board index Programming ASP & ASP.NET Forum

recordset ?

recordset ?

Postby aicirt on Mon Jun 26, 2006 9: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
 
Posts: 3
Joined: Mon Jun 26, 2006 3:03 am

Desition if...else

Postby vargf on Wed Sep 27, 2006 6: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
 
Posts: 2
Joined: Wed Sep 27, 2006 5:33 pm

Postby bimal on Thu Jan 17, 2008 5: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
 
Posts: 7
Joined: Wed Jan 16, 2008 5:46 am

Postby payal on Fri May 30, 2008 7: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
 
Posts: 2
Joined: Fri May 30, 2008 6:16 am


Who is online

Users browsing this forum: No registered users and 2 guests