User Profile

Collapse

Profile Sidebar

Collapse
Syn
Syn
Last Activity: Sep 26 '07, 02:42 PM
Joined: Jun 14 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Syn
    replied to Problem with localization in Apache
    Sorry Sashi,

    I meant Apache Tomcat 5.5.17.

    Regards...
    See more | Go to post

    Leave a comment:


  • Syn
    started a topic Problem with localization in Apache

    Problem with localization in Apache

    Hello,

    I have a web service which runs under bundled apache server in netbeans IDE and everything works fine(OS - Windows XP), but I installed apache 5.5 and when I access the service running under it the cyrillic data returned by the service is not correct. I don't have experience configuring application servers. What should I do to get the data in a correct format ?

    Thanks
    See more | Go to post

  • Syn
    started a topic The statement is too long or too complex ?
    in DB2

    The statement is too long or too complex ?

    Hello,

    I'm getting this error while trying to build the stored procedure :

    create procedure sp_X_AccountDoc (in nDocID integer)
    begin
    declare szFuncName varchar(255);
    declare nfID integer;
    declare nShapeID integer;
    declare buff varchar(350);
    DECLARE at_end SMALLINT DEFAULT 0;
    DECLARE not_found CONDITION FOR SQLSTATE '02000';
    declare cur cursor for select f.Name,f.id,dtf .ShapeID...
    See more | Go to post
No activity results to display
Show More
Working...