I am sorry, I didn't get your answer that don't reset the timer.
My application is already silent and timer is not running, when the system clock is changed to backwards. I have to make my application active that is why I thought to reset timer.
How can I trap that my system clock is changed. I don't want to attach this operation with any button.
The actual problem is
-------------------------
My java application timer gets stopeed as System Clock is changed to backwards and if system clock is set back to normal, the system comes...
I display javahelp on JComboBox items if JavaHelp flag is on. When user closes Javahelp, the JComboBox still is showing drop down list of items in combo box. I want to close that list programmatically when I exit from my MousePressed event.
I have created an extended stored procedure which I want to call from lookup, is it possible and how
I am giving my command like this which is not working
xp_TestVal ?
if I give like constant
xp_TestVal 'abc'
this extended stored procedure is returning one value as varchar(30) and input...
My scenario is
From Transform Data Task Properties, I will read one record and then I want to transform one column only, through my C++ dll function and get back and then write to my destination file. So on second record.
command -(Alter table
alter column ...)
Can I change data type from datetime to bigint
as it is giving me error
Disallowed implicit conversion from data type datetime to data type bigint
I am doing simple Insert command
Insert into table1
(fld1, fld2, fld3, fld4)
values
(1,2,3,4)
Now the problem is if value of fld4 is -1 then I want to insert -1. But if it is not -1 then I want to check in another table like table2 before insertion. If value is not present then the command...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.