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 SkipVought 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: *

  1. xumingxian

    How to populate values of an array in JSP as a javaBean's output?

    I have a javaBean named edsSearch.Xtest1(num_ayyay). I try to use the javaBean to call a PL/SQL stored procedure named test_array( num_array ). The test_array outputs an oracle.sql.ARRAY num_array to the javaBean Xtest1(). At server side, I can print out the contents of num_array. I use a JSP to...
  2. xumingxian

    How to populate values of an array in JSP as javaBean's output

    I have a javaBean named edsSearch.Xtest1(num_ayyay). I try to use the javaBean to call a PL/SQL stored procedure named test_array( num_array ). The test_array output an oracle.sql.ARRAY num_array to the javaBean Xtest1(). At server site, I can print out the contents of num_array. I use a JSP...
  3. xumingxian

    How to read a text file in a JSP?

    Thanks for the help. I do have the form for user to enter queryName and fileName. I used a javascript to check if both get entered. But I don't know how to "upload" the text file.
  4. xumingxian

    How to read a text file in a JSP?

    I try to read a list of parameters from a user specified text file (a tab delimited *.txt in Excel), which stored in user's local driver. These parameters will be insert into a database table as one of criteria for a user's query. I can not use a JavaBean to do this due to the server-side...
  5. xumingxian

    "read and write" a file in javascripts

    How to copy a text file from a user specified local driver (e.g. C:\\myFile\test.txt) to a known network driver (e.g. J:\\report\) by a javascripts?

Part and Inventory Search

Back
Top