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 > Database Server Software > Sybase > Manipulating Text Columns

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-01-08, 12:38
bhavan bhavan is offline
Registered User
 
Join Date: May 2007
Posts: 4
Manipulating Text Columns

Hi All

is there a way I can store the result of 'readtext' into a variable ?

say for example :

delcare @ptr varbinary
declare @str varchar(1960)
select @ptr = textpr(textcolumn) from texttable

can i do something like : select @str = readtext texttable.textcolumn 0 100 ?

Pls. share your thoughts. thanks.
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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On