Lewis Butler - 2005-02-14

My generated app can read the database, using the list or CRUD grid, but it will not accept any inputs from the submit functions on the forms..

The "edit" function on the List gives me the same error as the CRUD grid,

"An Error has occurred in xxxx Version {1.0} 
Cause of the Error :  An error occured while executing query from database. "

and it occurs when I submit the form using the form buttons.

The Enter function for new inserts gives me the same error.

When I try the PowerSearch function, the error is different..

"An Error has occurred in xxxx Version {1.0} 
Cause of the Error :  A Database Error Occured while counting result Rows "

My earlier post gave my config.. MS Win XP with IIS, PHP 5.0.2, MySQL 4.1.9.  No problem with other apps in this config.  Privileges are OK on db, as I'm using root access right now.

What the heck is going on here?