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. cooljockey

    Getting multiple values from multiple Html:selects with same name.

    Hi, I need to have multiple html:selects on my JSP page with same name. How can i retrive value from these multiple selects. I'm able to get multiple values from singel select box by defining <form-property name="strTest" type="java.lang.String[]" /> in struts config file. But not able to figure...
  2. cooljockey

    Free SQL Book

    actually u can download book from http://www.managedtime.com/freesqlbook.php3
  3. cooljockey

    EVAL FUNCTION IN JAVA

    if i have a string String s = &quot;System.out.println(\&quot;hello world\&quot;)&quot; is there any way to execute this line so that i get output as 'Hello world' this function is available in VB as eval. please somebody tell me how to do this???
  4. cooljockey

    querying varchar column having length more than 255

    i have one table in sql server 2000 with field varchar(1000). whenever i fire select query it returns me only 255 characters of that field. why and how to select all. (i fire query in query analyser as well as thru JDBC same result)

Part and Inventory Search

Back
Top