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 > Copying text data from one server to the next

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-12-03, 11:29
andyjackson_uk andyjackson_uk is offline
Registered User
 
Join Date: Mar 2003
Posts: 1
Copying text data from one server to the next

I need to copy text data from one sybase 11.5.1 server to another using a CIS link.

I have tried update text but this won't work over a remote server link -
(I got this error: "Update or 'complex INSERT' of non-NULL TEXT/IMAGE data is unsupported by server 'Preprod1'. Use WRITETEXT instead. ").

The sql command WRITETEXT seems to be my best option, however it only appears to accept a typed value i.e:

WRITETEXT dbname.tablename.field @val with log "The text needs to be typed here"

i.e we can't use :
WRITETEXT dbname.tablename.field @val with log (select field from table)

Any help would be great, 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