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 Wanet Telecoms Ltd 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: saiza
  • Content: Threads
  • Order by date
  1. saiza

    Conversion from Oracle to SQL Server Database

    hello, I have to move my application running on Oracle 8 to Sql Server. For this Conversion i got to figure out as to which of the functions used in my queries is Oracle specific and Use an equivalent of that in SQL server for the smooth Database COnversion. 1) R there any docs on the net...
  2. saiza

    Conversion from Oracle to SQL Server Database

    hello, I have to move my application running on Oracle 8 to Sql Server. For this Conversion i got to figure out as to which of the functions used in my queries is Oracle specific and Use an equivalent of that in SQL server for the smooth Database COnversion. 1) R there any docs on the net...
  3. saiza

    Stored Procedure for deleting Parent and children- Urgent

    hi guys... I am a newbie to stored procs... My scenario is like this... I have a Parent P1, which has 2 children C1 and C2. C1 inturn has 2 child nodes C1G1 and C1G2.. liek this the tree can go on... If I delete P1, the children C1 and C2 including C1G1 nad C1G2 should also be deleted upto...
  4. saiza

    Placement of Favicon.ico under apache tomcat 4

    hi... I would like to know as to where exactly I place my customised favicon ico undermy apache tomcat tree... I tried placing it under webapps and webinf and also in teh root directory.. still when I create teh shortcut to my URl .. my favicon still doesn't seem to be picked up :( my...
  5. saiza

    Hierarchial Delete - From Parent delete of all the Children

    hello guys, Scenario:: I have one parent Task P1 which has children C1 and C2. Now C1 has two more childres C1G1 and C1G2. If i delete P1, I should be able to delete C1 and C2 and also children of C1 - C1G1 and C1G2. How can I manage this in Java. Right now I ask the user to delete the...
  6. saiza

    hi, I want to have my favicon be

    hi, I want to have my favicon beside the URL of my page,rather than the default internet explorer image... I have right now put in my favicon.ico in the 'Root' directory of 'apache tomcat 4.0'. If i just type in the url http://localhost:xxxx/favicon.ico, the image shows up in the browser...but...
  7. saiza

    uploading of favicon.ico

    hi, I want to have my favicon beside the URL of my page,rather than the default internet explorer image... I have right now put in my favicon.ico in the 'Root' directory of 'apache tomcat 4.0'. If i just type in the url http://localhost:xxxx/favicon.ico, the image shows up in the browser...but...
  8. saiza

    Uploading of favicon.ico

    hi, I want to have my favicon beside the URL of my page,rather than the default internet explorer image... I have right now put in my favicon.ico in the 'Root' directory of 'apache tomcat 4.0'. If i just type in the url http://localhost:xxxx/favicon.ico, the image shows up in the browser...but...
  9. saiza

    Uploading of favicon.ico

    hi, I want to have my favicon beside the URL of my page,rather than the default internet explorer image... I have right now put in my favicon.ico in the 'Root' directory of 'apache tomcat 4.0'. If i just type in the url http://localhost:xxxx/favicon.ico, the image shows up in the browser...but...
  10. saiza

    Difference between dates considering weekends

    hi.. I would like to know as to how i calculate the number of days between 2 dates considering that no weekend days(sat and sundays not to be included in this calculation). preferably using the gregorianCalendar class can soembody help out plzz... its urgent!!! ()

Part and Inventory Search

Back
Top