If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > JAVA > java-sybase resultSet issue

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-26-08, 14:24
manoranjan manoranjan is offline
Registered User
 
Join Date: Jan 2008
Posts: 1
java-sybase resultSet issue

Hi,
I am using sybase database and fetching data in java code (through resultSet object ), which will internally call sybase stored procs .My resultSet.getString("column Name") returning max 255 characters , where as i have more than 255 characters data in the tabel.

When i am retiving data by the use of stored proc in SQL browser it is showing more than 255.

How i will get all the data present in that column , in javaside.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On