Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by nisha23

  1. nisha23

    system clock

    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.
  2. nisha23

    system clock

    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...
  3. nisha23

    close combobox

    I got it. HidePopup()
  4. nisha23

    close combobox

    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.
  5. nisha23

    call stored procedure with input and output parameter

    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...
  6. nisha23

    call function

    One more question that can I use like CreateObject or GetObject in Script and call that dll function in Transform Data Task.
  7. nisha23

    call function

    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.
  8. nisha23

    call function

    Is there any way from DTS package I want to execute a function in VC++ and pass some parameters and in return get back value.
  9. nisha23

    adding column in between

    I am working in Microsoft Sql Server. I don't want to drop table, that means the only option is to add at the end.
  10. nisha23

    adding column in between

    Command -- (Alter Table add col....) Can I add column instead of end in between?
  11. nisha23

    Alter column from datetime to bigint

    Thank you very much!!
  12. nisha23

    Alter column from datetime to bigint

    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
  13. nisha23

    Insert command

    Thank you!! a good idea.
  14. nisha23

    Insert command

    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...
  15. nisha23

    Grouping

    Please one more help!! sql query for Weekly 2 hours data

Part and Inventory Search

Back
Top