2
Answers

C# Executable File

Shankar M

Shankar M

12y
1.4k
1

Hi Experts,

It was great day for me Yesterday.. Created my First Executable Project and the Application is in
live now. The application has been installed in the end users system and now facing some issues like
modifications to Applications.

And my requirement is, once the modifications to Application are made, How can I distribute the EXE changes
to the user ??

Is that I need to generate the EXE again ?

Is it Possible to maintain the EXE centrally or in Share  ?

Thanks in Advance

Answers (2)
0
Kunal Vaishya

Kunal Vaishya

NA 4.1k 266.1k 12y
Dear try this


Select UserCode,
Cast((DateDiff(mi,Starttime,EndTime) / 60) As Varchar(8)) + ':' +
Cast((DateDiff(mi,Starttime,EndTime) % 60) As Varchar(2)),Starttime As [In Time],EndTime  As [Out Time ]From tblLogIn




Accepted
0
Senthilkumar

Senthilkumar

NA 15.2k 2.4m 12y
Hi,

Note that when you use the HH will give the date difference in hours. But it needs something like entire different between two dates.

I think get the seconds or minutes and find the differences, so you can calculate the actual time different by diving the minutes.


0
Gohil Jayendrasinh

Gohil Jayendrasinh

NA 5k 2.8m 12y
Hi
use datediff like

select


sum(Datediff(hour,StartingDate,EndingDate)) from ItemDiscount