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
is this issue resolved?
Hi Dharmendra Godhani, I am also facing the same issue. Changed the varchar to text, still facing the issue. have you solved your issue? if so, can you please share the solution?
Thanks
Hi,
I am getting the same issue which you faced. Could you please look into the below attachments and suggest me any pointers to resolve this?
Database structure
Data getting stored in DB
PM Details
it worked !Thanks
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))