|
-
Oct 8th, 2001, 05:25 AM
#1
Thread Starter
Member
Date And Time
Hi Friends,
I am facing a small problem, is there any one who can solve that.
My problem is that , i want to increase the time field of my database thru VB programme. how can i do that.
Awaiting for reply
Amit
-
Oct 8th, 2001, 08:00 AM
#2
get the data out, use the DATEADD function to add to the date/time, then put the data back in to the database again...
-
Oct 8th, 2001, 08:12 AM
#3
Thread Starter
Member
please if possible give me some code example
thanks
-
Oct 8th, 2001, 08:16 AM
#4
I think you'd better find a tutorial on working with databases somewhere on the net, preferably one which deals with the database system you are working with (eg: Access/Oracle/SQL Server)
Try this one (on this site):
http://www.vbworld.com/databases/dbtutorial/
-
Oct 10th, 2001, 12:36 AM
#5
Thread Starter
Member
Hi,
Thanks a lot for your reply
vbGirl
-
Feb 1st, 2002, 02:14 PM
#6
Addicted Member
does the dateadd function work in the sql builder?
dateadd(d,6,?)
It gives me an error!!!!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|