User Profile

Collapse

Profile Sidebar

Collapse
IvanJ2EE
IvanJ2EE
Last Activity: Sep 26 '07, 08:24 PM
Joined: Jun 22 '07
Location: Mexico City
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • IvanJ2EE
    started a topic How to send parameters between HTML´s

    How to send parameters between HTML´s

    Hello friends.

    I´m trying to take some parameters from one HTML and make them travel in other 7 html`s, the last one calls an ASP that sends the data from the very 1st HTML (I mean, the Name and the E-mail from the user, which are data inputs from the user) by e-mail, to my mailbox.

    So I wonder if you can help me to find the best way to do this...I´m restricted to use HTML`s, I cannot use JSP´s....

    ...
    See more | Go to post

  • IvanJ2EE
    replied to Help with JDBC and MySQL
    Ouch...I just found the mistake..
    The problem is that I was calling the wrong parameter, so when I called it from the Jsp the servlet never found the parameter...
    Thank you all for your replies and your time...

    God Bless u.
    See more | Go to post

    Leave a comment:


  • IvanJ2EE
    replied to Help with JDBC and MySQL
    Ok let me explain myself better.

    In a JSP called Changes.jsp, I show a page where the user should introduce the last name of the person to search in the database the full information of that person (name, country, etc.)

    When the user click Search button, the Servlet should look in the database and get the full info of the person, and display in in the page.

    So the problem is that I cannot find a SQL expression...
    See more | Go to post

    Leave a comment:


  • IvanJ2EE
    started a topic Help with JDBC and MySQL

    Help with JDBC and MySQL

    Hello partners.

    I have an issue using jdbc and a DB in MySQL.
    The problem is that I want to make a seach using the Last Name of a person stored in a MySQL DB, from a JSP
    The problem is that I cannot determine which sentence to use for this purpose, that can help me to display the information of the person who match with the search criteria.

    This is my actual Servlet.

    Code:
    import java.io.IOException;
    ...
    See more | Go to post

  • IvanJ2EE
    started a topic Troubles using DB2, Websphere 3.5 and Java
    in DB2

    Troubles using DB2, Websphere 3.5 and Java

    Hello partners.
    I have some troubles trying to connect to a remote database from a Java Class.

    I`m using the following code:

    Code:
    String DRIVER = "COM.ibm.db2.jdbc.app.DB2Driver";
    
    String URL = "jdbc:db2://200.33.154.10:50200/BAFBP001";
                
       try
       {
          Class.forName(DRIVER);
    	   }
    
       catch(Exception ex)
    ...
    See more | Go to post
No activity results to display
Show More
Working...