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 rushtosiva

  1. rushtosiva

    SQL query not giving expected results

    Hi Sorry for giving u wrong info. The field is name and not empname. Thanks for ur effort. Siva
  2. rushtosiva

    SQL query not giving expected results

    Hi All Here is a part of the java code. There are 2 tables: emp and depts emp : empno, enpname, deptno depts: deptno, deptname I'm using oracle8i. I wrote an sql query where by the output would be the employee number and the department name. When I ran the sql query in sqlplus, I'm...
  3. rushtosiva

    A strange problem with output streams

    All, I am having a very strange problem with output streams on JDK1.1.8 (also on JDK1.1.7) on HP-UX B10.20. I really cannot make out anything from this: I have a program - that is printing quite a lot of stuff and also doing quite a lot of things. This program was stalling sporadically -...
  4. rushtosiva

    recover deleted files - how?

    Hi Thanks for the suggestion. The problem is that I usually use \rm and so the original rm is used. I've aliases rm as rm -i but since I used \rm all the files got removed. Anyhow thanks for your suggestion. Regards Siva
  5. rushtosiva

    recover deleted files - how?

    Hi all Can anyone suggest me a way to configure lost+found so that the deleted files are automatically transferred to that directory. Thanks and regards Siva
  6. rushtosiva

    recover deleted files- how?

    Hi all Can anyone suggest me a way to configure lost+found so that the deleted files are automatically transferred to that directory. Thanks and regards Siva
  7. rushtosiva

    Pointers to functions!!Please give a small tutorial

    Hi You can use the book "Pointer in C" by Yashawant Kanitkar or you can read "Writing TSRs in C" by Yashawant Kanitkar, the first 3 chapters to get an overview of the functions to pointers. Hope this helps you. Regards Siva

Part and Inventory Search

Back
Top