Overview
Provides the following two smart services that are database agnostic and supports dynamic queries.
Key Features & Functionality
Hello Team,Im getting the following error : Error in executeUpdate, String or binary data would be truncated.Can you help resolve this
Hi,
I solved this by changing the structure of "base64str" in the database from "varchar(1000)" to "text" .. here below the sql statement:
CREATE TABLE book (base64str text,title varchar(100))
is this issue resolved?