Subject | Re: [Firebird-Java] org.apache.jasper.JasperException: Data truncation |
---|---|
Author | Roman Rokytskyy |
Post date | 2005-03-30T12:12:51Z |
> i get this exception : "org.apache.jasper.JasperException: Data"Data truncation" most likely means that you try to store more information
> truncation" when i open a jsp page which save the user informations
> such as IP, username, password, date, time into UserDB.gdb.
>
> But if i open this page from server (via LAN), i don't take this
> exception, however if some different users try to connect to server
> over internet, they take this exception. Why this mistake is happen ?
> Please, help me.
than can fit the database. Please check what you try to store and your
database schema.
Roman