Click here to Skip to main content
15,890,670 members
Home / Discussions / Database
   

Database

 
GeneralRe: How to get the PK value within an update trigger Pin
Pete O'Hanlon15-Jan-08 1:36
mvePete O'Hanlon15-Jan-08 1:36 
GeneralRe: How to get the PK value within an update trigger Pin
ScottM117-Jan-08 1:22
ScottM117-Jan-08 1:22 
GeneralChange destination column names in Snapshot Replication Pin
BillyGoatGruff14-Jan-08 5:58
BillyGoatGruff14-Jan-08 5:58 
GeneralRe: Change destination column names in Snapshot Replication Pin
Paul Conrad19-Jan-08 7:09
professionalPaul Conrad19-Jan-08 7:09 
GeneralRemote Replication Error Pin
sami_pak13-Jan-08 19:55
sami_pak13-Jan-08 19:55 
GeneralRe: Remote Replication Error Pin
Hesham Amin14-Jan-08 6:40
Hesham Amin14-Jan-08 6:40 
Generalcomparing date time values in MSAccess Pin
Member 305788713-Jan-08 19:16
Member 305788713-Jan-08 19:16 
GeneralRe: comparing date time values in MSAccess Pin
John_Adams15-Jan-08 22:37
John_Adams15-Jan-08 22:37 
Hi,

You can do this in the following manner.
---------------------------------------------------------------------------
BEGIN CODE

Dim d1, d2 As Date
Dim diff As Long
d1 = Date.Parse(CurrentDate)
d2 = Date.Parse(ReturnDate.Text)
diff = DateDiff(DateInterval.Day, d1, d2)

END CODE
---------------------------------------------------------------------------
This code will return the days only.

I hope this helps Smile | :) .

Regards,
John Adams
ComponentOne LLC

Questionhow to save an image in sql Pin
Naveed72713-Jan-08 19:12
Naveed72713-Jan-08 19:12 
AnswerRe: how to save an image in sql Pin
pmarfleet13-Jan-08 19:38
pmarfleet13-Jan-08 19:38 
GeneralRe: how to save an image in sql Pin
Naveed72713-Jan-08 19:45
Naveed72713-Jan-08 19:45 
GeneralRe: how to save an image in sql Pin
pmarfleet13-Jan-08 21:50
pmarfleet13-Jan-08 21:50 
AnswerRe: how to save an image in sql Pin
Giorgi Dalakishvili13-Jan-08 21:16
mentorGiorgi Dalakishvili13-Jan-08 21:16 
GeneralPasswrod on database Pin
Xmen Real 13-Jan-08 5:43
professional Xmen Real 13-Jan-08 5:43 
GeneralRe: Passwrod on database Pin
pmarfleet13-Jan-08 7:07
pmarfleet13-Jan-08 7:07 
GeneralRe: Passwrod on database Pin
Colin Angus Mackay13-Jan-08 9:43
Colin Angus Mackay13-Jan-08 9:43 
GeneralRe: Passwrod on database Pin
GuyThiebaut13-Jan-08 11:24
professionalGuyThiebaut13-Jan-08 11:24 
GeneralRe: Passwrod on database Pin
pmarfleet13-Jan-08 11:49
pmarfleet13-Jan-08 11:49 
GeneralRe: Passwrod on database [modified] Pin
Xmen Real 13-Jan-08 17:11
professional Xmen Real 13-Jan-08 17:11 
GeneralRe: Passwrod on database Pin
pmarfleet13-Jan-08 19:34
pmarfleet13-Jan-08 19:34 
GeneralRe: Passwrod on database Pin
Xmen Real 13-Jan-08 19:46
professional Xmen Real 13-Jan-08 19:46 
GeneralRe: Passwrod on database Pin
Xmen Real 13-Jan-08 22:36
professional Xmen Real 13-Jan-08 22:36 
GeneralRe: Passwrod on database Pin
pmarfleet13-Jan-08 22:41
pmarfleet13-Jan-08 22:41 
GeneralRe: Passwrod on database Pin
Xmen Real 13-Jan-08 22:48
professional Xmen Real 13-Jan-08 22:48 
GeneralRe: Passwrod on database Pin
Colin Angus Mackay14-Jan-08 5:27
Colin Angus Mackay14-Jan-08 5:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.