Jeff,

I think you're barking up the wrong tree on this one, uc_views is simply ading additional views based on the views module.  It not doing anything that vanila views does not in other word it does not use SQL Views.

Jim

On Fri, Nov 6, 2009 at 11:07 AM, Jeff Greenberg <jeff@ayendesigns.com> wrote:
Michael Prasuhn wrote:

The Views module does not make use of MySQL views. As far as the database is concerned* all Views module does is build queries and run them just like any other query in Drupal. If the errors are SQL related you should take a look at the SQL views is generating and review that against your schema. I would wager that you most likely have a database schema that is out of date, and you need to run update.php. If the errors are PHP related, it is probably an incompatible version of PHP itself.

It's the Ubercart Views module that does.