User Profile

Collapse

Profile Sidebar

Collapse
malathi krishna
malathi krishna
Last Activity: Jan 25 '08, 04:47 AM
Joined: Aug 9 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • malathi krishna
    started a topic Recursive For-Each loop in XSL
    in XML

    Recursive For-Each loop in XSL

    Hi,

    I am trying to create a TreeView format using XSL. Depending on the depth, i am generating the tab indents. For this i am using recursive For-Each loop using XSL. the problem here is, I am using two namespaces. http://www.w3.org/TR/WD-xsl and http://www.w3.org/1999/XSL/Transform" version="1.0". The earlier namespace is not allowing me to use call-template tag using XSL. If I delete that, I am not able to use other...
    See more | Go to post

  • malathi krishna
    replied to solution
    in Java
    Hi,
    Can u give ur code???

    Malathi....
    See more | Go to post

    Leave a comment:


  • malathi krishna
    replied to Jdbc...
    in Java
    Hi Praveen,

    No changes even after adding that code. The result is in alpha numeric only...

    ThankYou,
    Malathi....
    See more | Go to post

    Leave a comment:


  • malathi krishna
    replied to could any one help me out
    in C
    <<HI THIS IS WORKING.....IF U WANT STARS AS 5 4 3 2 1>>

    <code snipped>

    We don't supply posters with full code here; please don't do that anymore. Read
    the posting guidelines by clicking the 'Help' link in the top right corner of this page.

    kind regards,

    Jos...
    See more | Go to post

    Leave a comment:


  • malathi krishna
    replied to Display the patteren
    in C
    <<Check it out Buddy!!!!!!!!!! !!!!!!!!!!>>>

    <snip code>

    Please don't spoonfeed anyone with full code; we don't do that here per the
    posting guidelines of this forum. Read them first before you post. (click the
    'Help' link at the top right corner of this page).

    kind regards,

    Jos...
    See more | Go to post

    Leave a comment:


  • malathi krishna
    replied to Jdbc...
    in Java
    Hi Praveen,
    This is my result in database after inserting records in the program...



    FIRSTNAME LASTNAME
    -------------------- -------------------
    6D6F68616E 6B756D6172
    6D6F68616E 6B756D6172
    6D6F68616E 6B756D6172
    6D6F68616E 6B756D6172
    6D6F68616E 6B756D6172
    6D6F68616E 6B756D6172
    ...
    See more | Go to post

    Leave a comment:


  • malathi krishna
    replied to Jdbc...
    in Java
    Hi,

    Below is the code which iam using... below which is the sample output...

    [CODE=java] import java.sql.*;

    class updatestring
    {
    public static void main(String args[])
    {
    String url="jdbc:odbc: database";
    String userID="scott";
    String password="tiger ";
    Connection con;
    Statement stmt;...
    See more | Go to post
    Last edited by r035198x; Aug 9 '07, 07:13 AM. Reason: added the missing code tags

    Leave a comment:


  • malathi krishna
    started a topic Jdbc...
    in Java

    Jdbc...

    Hi,

    When iam working with JDBC, i tried to update the database table through updateStirng() method through java program...

    The string is getting inserted but the problem is it is getting stored in AlphaNumeric format...

    Can anyone help me in sorting out this...Why is this happening so????

    ThankYou,
    Malathi.
    See more | Go to post
No activity results to display
Show More
Working...