User Profile

Collapse

Profile Sidebar

Collapse
Gauri attal
Gauri attal
Last Activity: Aug 13 '07, 07:33 AM
Joined: Aug 9 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Hi,

    Try out this ....


    for(int i=0;i<3;i++)
    {
    for (int j=0;j<=i;j++)
    {
    if(i==j)
    {
    cout<<"the diagonal elements are"<<a[i][j];
    }
    }
    }

    U too could have even tried...anyways ...try the above

    Gauri....
    See more | Go to post

    Leave a comment:


  • Gauri attal
    replied to setFetchSize() in JDBC
    in Java
    Hi,

    No, i dint specify fetch size <0..What ever be the size given, the same error, as said in the previous mail,is reported..

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

    Leave a comment:


  • Gauri attal
    started a topic setFetchSize() in JDBC
    in Java

    setFetchSize() in JDBC

    Hi,

    Can anyone give me a small excutable example on setFetchSize() method in JDBC?

    When i am working with it,
    <<can not connect to the databasejava.sq l.SQLException: Invalid Fetch Size>>
    is the given error report. can u please help me out with a small example?

    Thank You,
    Gauri.
    See more | Go to post
No activity results to display
Show More
Working...