Insertar texto con formato html en sql server

10/07/2009 - 11:56 por Alexa | Informe spam
Éste es un mensaje de varias partes en formato MIME.
=_NextPart_000_0012_01CA011A.D83B68B0

Desde el Managament Server Studio de SQL Server 2008, no he logrado insertar texto con formato HTML :

INSERT INTO AVT_cOnContenido VALUES ('Home',
'<h1 align="center">Tour: <span style="color: #ff0000">LIMA </span><span style="color: #000080">TRADICIONAL</span></h1>
<table border="0" width="480" align="center" height="30">
<tbody>
<tr>
<td width="50%"><a href="http://www.enjoyperu.com/tours/espa...mp;lt;span style="background-color: #ffff99">REGRESAR A TOURS DE LIMA...</span></a></td>
<td width="50%" align="center">
<table border="0" cellspacing="0" cellpadding="0" width="133" align="center" height="30">
<tbody>
<tr>
<td valign="middle" background="/images/tours/resumenes/resum.jpg" align="center"><a href="javascript:nuevaventana('http://www.enjoyperu.com/tours/espa...cional.htm','','width=450,height=300,top=0,left=140,scrollbars=no,resizable=no,toolbar=no,copyhistory=yes,location=no,menubar=no')"><span style="background-color: #ffff99">Resumen del Tour</span></a></td>

'

)


Mensaje de error : Mens. 102, Nivel 15, Estado 1, Línea 11
Sintaxis incorrecta cerca de 'http:'.

Definitivamente es por que estos textos html contienen el caracter '

¿alguna sugerencia?

=_NextPart_000_0012_01CA011A.D83B68B0

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=unicode" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18783"></HEAD>
<BODY style="PADDING-LEFT: 10px; PADDING-RIGHT: 10px; PADDING-TOP: 15px"
id=MailContainerBody leftMargin=0 topMargin=0 CanvasTabStop="true"
name="Compose message area">
<DIV>Desde el Managament Server Studio de SQL Server 2008, no he logrado
insertar texto con formato HTML :<BR><BR>INSERT INTO&nbsp; AVT_cOnContenido
VALUES ('Home',<BR>&nbsp;'&amp;lt;h1
align=&amp;quot;center&amp;quot;&amp;gt;Tour: &amp;lt;span
style=&amp;quot;color: #ff0000&amp;quot;&amp;gt;LIMA
&amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;color:
#000080&amp;quot;&amp;gt;TRADICIONAL&amp;lt;/span&amp;gt;&amp;lt;/h1&amp;gt;<BR>&amp;lt;table
border=&amp;quot;0&amp;quot; width=&amp;quot;480&amp;quot;
align=&amp;quot;center&amp;quot;
height=&amp;quot;30&amp;quot;&amp;gt;<BR>&nbsp;&nbsp;&nbsp;
&amp;lt;tbody&amp;gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&amp;lt;tr&amp;gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&amp;lt;td width=&amp;quot;50%&amp;quot;&amp;gt;&amp;lt;a
href=&amp;quot;http://www.enjoyperu.com/tours/espa...mp;lt;span
style=&amp;quot;background-color: #ffff99&amp;quot;&amp;gt;REGRESAR A TOURS DE
LIMA...&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/td&amp;gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&amp;lt;td width=&amp;quot;50%&amp;quot;
align=&amp;quot;center&amp;quot;&amp;gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&amp;lt;table border=&amp;quot;0&amp;quot; cellspacing=&amp;quot;0&amp;quot;
cellpadding=&amp;quot;0&amp;quot; width=&amp;quot;133&amp;quot;
align=&amp;quot;center&amp;quot;
height=&amp;quot;30&amp;quot;&amp;gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&amp;lt;tbody&amp;gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&amp;lt;tr&amp;gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&amp;lt;td valign=&amp;quot;middle&amp;quot;
background=&amp;quot;/images/tours/resumenes/resum.jpg&amp;quot;
align=&amp;quot;center&amp;quot;&amp;gt;&amp;lt;a
href=&amp;quot;javascript:nuevaventana(<FONT
color=#ff0000>'http</FONT>://www.enjoyperu.com/tours/espanol/resumenes/lima-tradicional.htm','','width=450,height=300,top=0,left=140,scrollbars=no,resizable=no,toolbar=no,copyhistory=yes,location=no,menubar=no')&amp;quot;&amp;gt;&amp;lt;span
style=&amp;quot;background-color: #ffff99&amp;quot;&amp;gt;Resumen del
Tour&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/td&amp;gt;<BR><BR>'<BR><BR>&nbsp;)<BR><BR><BR>Mensaje
de error :&nbsp; Mens. 102, Nivel 15, Estado 1, Línea 11<BR>Sintaxis incorrecta
cerca de 'http:'.&nbsp; </DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>Definitivamente es por que estos textos html contienen el
caracter&nbsp;&nbsp;</FONT><FONT size=5> '&nbsp; </FONT></DIV>
<DIV><FONT size=5></FONT>&nbsp;</DIV>
<DIV><FONT size=5>¿alguna sugerencia?</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV></BODY></HTML>

=_NextPart_000_0012_01CA011A.D83B68B0--
 

Leer las respuestas

#1 Carlos Sacristan
10/07/2009 - 12:17 | Informe spam
Tienes que anteponer una comilla simple a todas las comillas simples que
pueda contener el texto a insertar.

"Caminar sobre el agua y desarrollar software a partir de unas
especificaciones es fácil, si ambas están congeladas."
Edward V. Berard, ingeniero informático

http://blogs.solidq.com/es/elrincondeldba


" Alexa" wrote in message
news:
Desde el Managament Server Studio de SQL Server 2008, no he logrado insertar
texto con formato HTML :

INSERT INTO AVT_cOnContenido VALUES ('Home',
'&lt;h1 align=&quot;center&quot;&gt;Tour: &lt;span style=&quot;color:
#ff0000&quot;&gt;LIMA &lt;/span&gt;&lt;span style=&quot;color:
#000080&quot;&gt;TRADICIONAL&lt;/span&gt;&lt;/h1&gt;
&lt;table border=&quot;0&quot; width=&quot;480&quot;
align=&quot;center&quot; height=&quot;30&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td width=&quot;50%&quot;&gt;&lt;a
href=&quot;http://www.enjoyperu.com/tours/espa...mp;lt;span
style=&quot;background-color: #ffff99&quot;&gt;REGRESAR A TOURS DE
LIMA...&lt;/span&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td width=&quot;50%&quot; align=&quot;center&quot;&gt;
&lt;table border=&quot;0&quot; cellspacing=&quot;0&quot;
cellpadding=&quot;0&quot; width=&quot;133&quot; align=&quot;center&quot;
height=&quot;30&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td valign=&quot;middle&quot;
background=&quot;/images/tours/resumenes/resum.jpg&quot;
align=&quot;center&quot;&gt;&lt;a
href=&quot;javascript:nuevaventana('http://www.enjoyperu.com/tours/espa...cional.htm','','widthE0,height00,top=0,left0,scrollbars=no,resizable=no,toolbar=no,copyhistory=yes,location=no,menubar=no')&quot;&gt;&lt;span
style=&quot;background-color: #ffff99&quot;&gt;Resumen del
Tour&lt;/span&gt;&lt;/a&gt;&lt;/td&gt;

'

)


Mensaje de error : Mens. 102, Nivel 15, Estado 1, Línea 11
Sintaxis incorrecta cerca de 'http:'.

Definitivamente es por que estos textos html contienen el caracter '

¿alguna sugerencia?

Preguntas similares