haibec 0 Posted April 23, 2009 Report Share Posted April 23, 2009 I have DB Oracle table User include : ID,USERID,MONEY,TIME . I was select a record (The time : 4/11/2009 5:52:55 PM )select time from user where user ='John' and money>300 . Now i have value : time = rscon("time") Now i want calculate number day from now to the time = rscon("time"). Plase help me Quote Link to post Share on other sites
justsomeguy 1,135 Posted April 23, 2009 Report Share Posted April 23, 2009 If you're using VB, you can use this:http://www.devguru.com/technologies/vbscript/13915.asp Quote Link to post Share on other sites
haibec 0 Posted April 24, 2009 Author Report Share Posted April 24, 2009 If you're using VB, you can use this:http://www.devguru.com/technologies/vbscript/13915.asp thank you justsomeguy very much! Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.