Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Add time to DateTime field
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Add time to DateTime field
Miscellaneous
Thread ID:
01684744
Message ID:
01684744
Views:
71
Hello,

I have an INSERT into command where a DateTime column gets a Date without a time. The Date is passed to this method. So, right now, when I look at this column (in SQL Server Management Studio), I see date and all 0 (zeros) for the time. I would like the INSERT to store the current time when this happens.
How do I do it in code? Here is an example of the INSERT:
	INSERT INTO (cInvenUsedView) ( INVEN_PK, INV_CODE, TRAN_DATE ) VALUES ;
		( tnInvenPk, cInvCode, tdPostDate  )
The value in the above variable tdPostDate is a Date. Can I add the Time right in this SQL Insert?

TIA
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Next
Reply
Map
View

Click here to load this message in the networking platform