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 strongm 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
  • 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 thank all u guys for your valuable suggestions.. .I solved this query of mine by writing two functions... I am pasting it here ...just incase if it is of any help to others and secondly i would like to know if i cna improve upon my code :) FUNCTION GETCHILDTASKIDS (vTaskID...
  4. saiza

    Stored Procedure for deleting Parent and children- Urgent

    hi..rudy I am the same person.... Since it is rather urgent i had to post it on the other forum too.. infact I visited sql forum for the first tiem :) It is more like cascade delete.... But i have to write a stored procedure cos i can't do a delete on cascade.
  5. saiza

    Hierarchial Delete - From Parent delete of all the Children

    hi... Can I have a stored procedure for this.... How do I write for the above scenario... Pretty urgent ...can somebody help plz saiza
  6. 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...
  7. 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...
  8. 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...
  9. saiza

    problems with date...

    hi garfield, For today's date u can always use the system date and display it. to check the validity of the dates, u cna use the below function, publish date is the date entered by the user!!! function validateDateFormat(publishDate) { if(publishDate.length > 0) { if(...
  10. saiza

    Uploading of favicon.ico

    hey Thanx a lot :)
  11. saiza

    Uploading of favicon.ico

    hi.. It doesn't work.. and It doesn't have anythign to do with Java :) .. U would have heard of favicon.ico... all I want is I want to know as to which directory of my apache tomcat 4 do I place this favicon.ico to make this stuff work
  12. saiza

    uploading of favicon.ico

    Sorry to bother u again... mine is apache tomcat 4 and I have tried putting in my ico file under root, webapps, examples/jsp.....
  13. saiza

    hi, I want to have my favicon be

    i had tried this .... thanx
  14. saiza

    uploading of favicon.ico

    Thanx a lot wullie... But this doesn't help me either :(
  15. 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...
  16. saiza

    uploading of favicon.ico

    Thanx a lot spidex for the prompt reply... I have ensured that my ico is a 16x16 pixels nad i have restrted my tomcat and browser as well ...to check this out... but hard luck... can u tell me as to which folder of ur apache hierarchy have u placed your ico file.. Thanx in advance Waiting for...
  17. saiza

    uploading of favicon.ico

    Thanx a lot spidex for the prompt reply... I have ensured that my ico is a 16x16 pixels nad i have restrted my tomcat and browser as well ...to check this out... but hard luck... can u tell me as to which folder of ur apache hierarchy have u placed your ico file.. Thanx in advance
  18. saiza

    Uploading of favicon.ico

    NO this is more a general question than a pure Java question....??? Sorry about it...but i badly need a solution as this seems to be a very simple thing..
  19. 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...
  20. 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...

Part and Inventory Search

Back
Top