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 bkrike 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: lovinasd
  • Content: Threads
  • Order by date
  1. lovinasd

    call java program from xsl

    Hi, can you generate a dynamic xsl using database? I have generated a report which is a dynamic xml populated from the database.How can we call a java program in a xsl. <report> <q_1_a>test1</q_1_a> <q_1_b>test2</q_1_b> <q_1_c>test3</q_1_c> <q_1_d>test4</q_1_d> </report> I would like the xsl...
  2. lovinasd

    dynamic xsl using oracle

    Hi, can you generate a dynamic xsl using database? I havde generated a report which is a dynamic xml populated from the database.IS it possible to link the xml element name with a database table and produce the dynamic xsl using database connection. eg of xml. <report> <q_1_a>test1</q_1_a>...
  3. lovinasd

    Jsp form element type

    Hi, Is is possible to get the form element types usig request or any attribute in java example a html or jsp page has <html> <body> <input type="text" name="username" value=""> <input type="text" name="pass" value=""> <textarea name="t1"></textarea> </body> </html> Is is possible to get the...
  4. lovinasd

    format unicode

    Hi, I have a values from java coming to oracle array whcih is inserted into a table which ahs varchar datatype.When i eneter unicode the insert fails. SQLException is cannot map unicode to oracle charachter. Is there a way to convert or frmat unicode character in java or orcale(SQL,P/SQL) Thanks,
  5. lovinasd

    Format unicode

    Hi, I have a values from java coming to oracle array whcih is inserted into a table which ahs varchar datatype.When i eneter unicode the insert fails. SQLException is cannot map unicode to oracle charachter. Is there a way to convert or frmat unicode character in java or orcale(SQL,P/SQL) Thanks,
  6. lovinasd

    display specific elements of XML using XSL

    Hi, I have a simple XML which is autogeneraated.So the nodes are dynamic and some system information nodes like sequence,client id etc is static and fixed notes. I would like to display all nodes except theses static nodes like sequence and client.can we have a sort adn match creteria in xsl...
  7. lovinasd

    create a directory

    hi, I would like t create a directory on the server in a servlet.Is it poosible to create directory on the server at a specific location. I am new to java Could any tell me how to create directories and files using java Thanks,
  8. lovinasd

    Read XMLtype in oracle

    Hi, I have a xml file in the table with datatype as xml.When i update the xmltype it doesn't work with execute update. I am use jdbc:thin driver to update from java a particular part of the xmltype. can any one give me an idea about the exact way to read the xmltype node by node and update...
  9. lovinasd

    Set Server down time through redirect

    Hi, i have application developed i would like down time fro the application to be from 12-1 everyday how can i set that in a jsp ad redirect the login to maintence.jsp for one hour only programitically in java. Shall i write it in the login.jsp or login class or controller as i am using a MVC...
  10. lovinasd

    upload image on server using jsp

    hi, I have tried upload a a image from jsp to a servlet at the server side using the html file type and image class in java.but the speed is quiet slow. CAn any one tell me how can i upload a file or image from client to server side i mean in terms of a image not a path so that the entire image...
  11. lovinasd

    convert html values to xml file

    hi, I have a jsp file in which i have two html elements like <form name="form1" action="test.xml" method="post"> <input type="text" name="para1"> <input type="text"name="para2"> <input type="submit" name="ok" value="ok"> </form> when this for gets submitted i send it to a xml which has tags...
  12. lovinasd

    Upload image from jsp to server side

    hi, I have tried upload a a image from jsp to a servlet at the server side using the html file type and image class in java.but the speed is quiet slow. CAn any one tell me how can i upload a file or image from client to server side i mean in terms of a image not a path so that the entire image...
  13. lovinasd

    handling multiple values in result set

    Hi, i have a sql statment in the result set whose result is aan input to another sql statment.I am able to retreive one row but the next row is not retrieved the first result set is not getting executed.. eg. rs=select distinct(name ) from sample; this name is used in the next statment to...
  14. lovinasd

    Result set values as inparameter to anothe result set

    Hi, I have a program which retrieves value from one resultset and gives it to another is this possible as i am getting an error. resultset rs1,rs2; rs1 has a set of distinct elements of one column from the table. i would like to pass these values to the resultsetstatment of rs2 as a inparamenter...
  15. lovinasd

    unable to recognise oraclestatement package

    Hi, i am writing a jdbc programming wherein the backend i s oracle and fromt end is java.But when i but the OrcaleCallablestatement and oracle types it is not able to find i have imported the import java.sql.*; and others too.Do i have to set some path for my editor or in java bin. DO let me...

Part and Inventory Search

Back
Top