[Zope] ODBC Database Connection

R. David Murray bitz@bitdance.com
Fri, 19 May 2000 18:39:23 -0400 (EDT)


On Fri, 19 May 2000, joel grimes wrote:
> I've encountered an error when trying to select data from a table.  In the 
> TEST tab of the ODBC Database Connection I typed in the following query:
> 
> select * from Products;
> 
> I get the following error:
> 
> Error Type: ValueError
> Error Value: unpack sequence of wrong size

I *think* I remember seeing recently in the archives someone else
reporting this and the reply being that the test tab is broken but
that the queries will work if you put them in zsql methods.  You
could try searching the mailing list archives for confirmation.

--RDM