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!

Search results for query: *

  • Users: nisha23
  • Content: Threads
  • Order by date
  1. 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...
  2. 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.
  3. 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...
  4. 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.
  5. nisha23

    adding column in between

    Command -- (Alter Table add col....) Can I add column instead of end in between?
  6. 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
  7. 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...
  8. nisha23

    Grouping

    I need to sum values on the basis of 30 minute interval. Suppose val1 val2 val3 cdate
  9. nisha23

    Sqlserver agent is not running

    on reboot I could see two sql server agent running. What could be the reason? If I give sql server agent as dependencies to run custom service. Does it start again sql server agent or if it is running already it would take it automatically. But what I have noticed that sql server agent is...

Part and Inventory Search

Back
Top