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: varavoorvishnu
  • Order by date
  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
  16. varavoorvishnu

    Vertical Tilt of a Text Label in a Table

    Hi supra.. I wanted the table headers to appear in vertical fashion (i.e) exactly titled 90* above the corresponding data since the table is big to fit the page rather than displaying the headers horizontally manner. This is the scenarion where i need this type of tilting the text. Vishnu
  17. varavoorvishnu

    Vertical Tilt of a Text Label in a Table

    Hi my friend ... Just check whether there is anything wrong with the code... <HTML> <HEAD> <TITLE> New Document </TITLE> <META NAME=&quot;Generator&quot; CONTENT=&quot;EditPlus&quot;> <META NAME=&quot;Author&quot; CONTENT=&quot;&quot;> <META NAME=&quot;Keywords&quot; CONTENT=&quot;&quot;> <META...
  18. varavoorvishnu

    Default font in IE seems to be different for buttons and input...

    Hi Kevin, I have attached a code which would provide u a reqd output as u desired. <FORM METHOD=POST Name=&quot;frm&quot;> <TEXTAREA style=&quot;font-family:ARIAL&quot; NAME=&quot;txtArea&quot; ROWS=&quot;3&quot; COLS=&quot;17&quot;>this is wat is want</TEXTAREA> </FORM> Plz revert bak to me...
  19. varavoorvishnu

    &lt;img&gt; tag keeps disappearing

    Hi May, What i understood from ur problem is, missing of image when u gave <IMG> tag.Right!!! If tht is correct then u might have wrong URL or wrong path of the image file where it is residing else it might me something wrong with the tag u have written.Can u post the Tag alone. Merry...
  20. varavoorvishnu

    Hi, I have a form with 5 entry f

    Hi RebelFox, The first and foremost mistake u have done is tht u have not closed the INPUT tag on the other end.that is why there was no spacing in the output.Now try with the same code which is given below. <FORM ACTION=&quot;SearchResults.asp&quot; METHOD=POST> <table border=1> <TABLE...

Part and Inventory Search

Back
Top