Update,
I changed the table to varchar with a length of 4000; it
worked for one
but I copied a larger set in and it failed. Could the "%" be
throwing it?
If so, should I do this differently? What would you
recommend?
Below is what failed with
------------
<p>Labware Kit Basic yet professional. Contains all the
basic
professional borosilicate labware and equipment for
conducting science
experiments. The kit contains the text, “700
Science Experiments
for Everyone” (250 pages) as a source of safe
experiments. Other
components include: </p>
<table width="100%" border="0">
<tr>
<td width="49%" valign="top"><ul>
<li>1 – rubberized lab apron </li>
<li>1 – Bomex brand beaker, 100ml
</li>
<li>1 – Bomex brand beaker, 250ml</li>
<li>1 – Bomex brand beaker, 400ml</li>
<li>1 – porcelain evaporating dish
</li>
<li>1 – Erlenmeyer flask, 250 ml, Bomex
brand </li>
<li> 1 – Thistle tube, plastic</li>
<li>1 – safety goggles</li>
<li>1 – graduated cylinder, 50ml, Bomex
brand </li>
<li>1 – filtering paper</li>
<li> 12 – medicine droppers</li>
<li> 1 – spatula, stainless steel, 22cm
length </li>
<li> 1 – sponge
1x3-3/8”</li>
</ul></td>
<td width="51%" valign="top"><ul><li> 3
– rubber stoppers,
#6, solid</li>
<li> 6 – test tubes 16x150mm </li>
<li> 1 – test tube rack </li>
<li>1 – test tube brush </li>
<li> 1 – test tube clamp, brass</li>
<li> 1 – pair of crucible tongs </li>
<li> 1 – pipestem triangle </li>
<li>1 – burner tripod, cast iron </li>
<li> 1 – wire gauze square,
4x4”</li>
<li> 1 – crucible, porcelain HF</li>
<li> 1 – plastic cylinder 100 ml
capacity</li>
</ul></td>
</tr>
</table>
-------------------------