User Profile

Collapse

Profile Sidebar

Collapse
ntxsoft
ntxsoft
Last Activity: Mar 29 '08, 06:46 AM
Joined: Dec 10 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • ntxsoft
    started a topic Problem while returning array from web service!
    in Java

    Problem while returning array from web service!

    Hello everybody,
    I have a small problem while returning array from web service. Firstly I'm new at java web services and I'm using netbeans 6 with glassfish 2. The problem is I have a class, name is "Experience " and I want to return Experience[] array from service.
    In web service I implement like that
    Code:
    @WebMethod(operationName = "getExperience")
        public Experience[] getExperience(
    ...
    See more | Go to post

  • ntxsoft
    replied to How can I use multiple query in a statement?
    in Java
    Thanks a lot Jos. I solve problem with your help.
    See more | Go to post

    Leave a comment:


  • ntxsoft
    started a topic How can I use multiple query in a statement?
    in Java

    How can I use multiple query in a statement?

    Hello everybody,
    I have a problem while I am trying to execute multiple query in a statement.
    My query like that
    Code:
    DROP TABLE IF EXISTS query;
    CREATE TEMPORARY TABLE query SELECT Separations.ID,Name,Separation_Method,OrganismID,Date,Image,Description 
    FROM Separations;
     
    DROP TABLE IF EXISTS login;
    CREATE TEMPORARY TABLE login SELECT Separations.ID,Name,Separation_Method,OrganismID,Date,Image,Description
    ...
    See more | Go to post
No activity results to display
Show More
Working...