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 Chriss Miller 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 varavoorvishnu

  1. varavoorvishnu

    XML with Schema

    Hi, I hv a problem in testing a sample Schema with XML. My sample XML is as follows: InputFile.xml --------------- <?xml version="1.0" ?> <Request xmlns:xsi="http://www.w3.org/2001/XMLSchema" xsi:schemaLocation="'Employee.xsd"> <sqlaction value="insert"> <EmpDetails> <Empid>10</Empid>...
  2. varavoorvishnu

    have problem with microsoft infopath

    not able to publish a form on the server error:"not enough space to process the command" error"network connectivity error" please tell what to do
  3. varavoorvishnu

    xml attributes

    table contains a value xppppx where x*x are delimeters search for them in a table and replace them with some other constant whole data i.e xpppx should be replaced with supposed nnnnn
  4. varavoorvishnu

    xml attributes

    suppose we have value in an xml table that have delimiters search for particular delimeters and then replace them with certain other data.and now save this new xml file different location.what function to use to extract that value and change.i reached to the particular node through xpathiterator...
  5. varavoorvishnu

    help on xml attributes

    how to search in an xml file and change the value of the attributes depending on that search using c#coding by xpath
  6. varavoorvishnu

    Call to INIT() method in a life cycle of servlet

    I gave the similar tags and gave the correct path of the servlet..still it throws the parsing error... vishnu
  7. varavoorvishnu

    Call to INIT() method in a life cycle of servlet

    I tried the first option u said to me (i.e.) by adding a new tag in web.xml <servlet><load-on-startup.... still it didnot work.. Can u give some more explanation plz. Regards, Vishnu
  8. varavoorvishnu

    Call to INIT() method in a life cycle of servlet

    Hi All, The below are the 3 stages when the init() is called in a life cycle of a servlet.The below definitions are provided from Servlet programming by O'relly. 1.when the server starts 2.when the first request to the servlet,called before invoking the service() method. 3.Request from the...
  9. varavoorvishnu

    Difference between Vector and ArrayList

    Hi Maxpower, Thanx for the answers that u have given, Now after reading ur points,I came to an understanding that if thread is synchronized which inturn means more time consuming..so the time is the concern and hence u call it as heavy weight coz tht would reduce the performance. Plz reply me...
  10. varavoorvishnu

    Difference between Vector and ArrayList

    Hi All, I found that in one of the site the difference between Vector and ArrayList. The explanation given is 1.&quot;Vector,a Heavyweight and ArrayList is Lightweight&quot;. and 2.Another one is Vector-Synchronized and ArrayList-unsynchronized. I understood the second ,but I found difficult...
  11. varavoorvishnu

    reading from file in actual directory

    Hi Byam , The code which u have given to find the location of classpath is simple awesome... Its a good code.. vishnu ;-)
  12. varavoorvishnu

    JVM

    Hi, Can anyone tell me what JVM exactly is? I knw its an interpreter.I wld like to knw more details on JVM and how many JVM does a single hardware can have?. Where does it reside in the computer? thanx and regards, vishnu ;)
  13. varavoorvishnu

    Does XML supports huge data?

    Hi James, Thnx for the reply and belated X'mas. We get huge amount of data which should be shown as a report.Iam not sure abt the format or structure of data. Since this is our project specification and tht our client faces the problem of fetching flat file datas .They also claim tht takes...
  14. varavoorvishnu

    Does XML supports huge data?

    Hi , I have an issue wherein 200,00000 datas is retrieved from Flat files.Since the data is read from flat files,the system performance is too low. 1.I would like to know whether the performance can be increased using XML? 2.If so whether XML supports such huge amount of Datas?. Plz revert me...
  15. varavoorvishnu

    Format Number

    Hi Sachin, Thnz for the splendid effort. I have solved the problem the same day. Vishnu

Part and Inventory Search

Back
Top