<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2657.73">
<TITLE>Informix and char with more than 256 Byte</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2>Hi everyone,</FONT>
</P>

<P><FONT SIZE=2>I haven't found anything in the archives on this topic, so here is my question:</FONT>
</P>

<P><FONT SIZE=2>I have a connect to an informix database using a &quot;Z ODBC Database Connection&quot;.</FONT>
<BR><FONT SIZE=2>The table has a char[1000] column. When I try to insert values larger than 256</FONT>
<BR><FONT SIZE=2>Bytes I get this error &quot;A quoted string exceeds 256 bytes&quot;.</FONT>
</P>

<P><FONT SIZE=2>Using mxODBC (Python Product) I can avoid this problem by using a '?' and passing</FONT>
<BR><FONT SIZE=2>the String as a Parameter.</FONT>
</P>

<P><FONT SIZE=2>Is there a way to do this in Zope ?</FONT>
</P>
<BR>
<BR>

<P><FONT SIZE=2>thx in advance</FONT>
<BR><FONT SIZE=2>Bjoern</FONT>
</P>

</BODY>
</HTML>