Error during query execution if blank

T

tom

Guest
Hi-

For inserts, if I don't fill in all of the fields in the form (which are all varchar, icidentally), I get the error:

"Error during query execution"

However, if I make sure all fields are filled in, no such error occurs...

Is there something that i'm missing here?

-Tom
 
E

Eugenio

Guest
tom wrote:

> Hi-
>
> For inserts, if I don't fill in all of the fields in the form
> (which are all varchar, icidentally), I get the error:
>
> "Error during query execution"
>
> However, if I make sure all fields are filled in, no such
> error occurs...
>
> Is there something that i'm missing here?

Please enabgle debug in config.php and report the error.

Eugenio.

(Latest version of DaDaBIK when this message was posted: 2.2.1)
 
Top