Ver Mensaje Individual
  #3 (permalink)  
Antiguo 27/03/2008, 02:01
MMMartinez
 
Fecha de Ingreso: enero-2008
Mensajes: 42
Antigüedad: 16 años, 3 meses
Puntos: 2
Re: Concatenar String y Blob, ¿es posible?

Hola

El varchar se tendría que quedar como varchar, porque desde java lo que hago es cogerlo y tratarlo como String, es decir, tengo estos campos:

campo1 --> varchar (100)
campo1='Lv:0:39:http://www.w3.org/2001/XMLSchema#stringThis is an abstract superclass of both advertisement:'

campo2 -->mediumblob
campo2='exists an editor, who is either this author or the editor responsible for this author. The section that contains this article is one of the sections managed by this editor.

Note that the range definition for ?article could be omitted because this constraint is attached to the Article class.
'

Tengo un método en java para quitarle al campo1 Lv:0:39:http://www.w3.org/2001/XMLSchema#string de tal manera que me quedaría asi:This is an abstract superclass of both advertisement.

Y lo que quiero hacer es concatenarle el campo2.

Saludos.