Hi,
I developed application and backend is Oracle and there multiple CLOB columns in oracle table. These clob columns are throwing "too long string" error if I enter more than 4000 characters. Is there anyway to resolve this issue from powerapps?
Any help would be greatly appreciated.
Thank you
Hi @aaedla!
To insert into a clob column you would have to do this:
INSERT INTO table
(
c_clob
)
VALUES
(
'to_clob('" \n \n \n<meta http- "< font="">' || to_clob('equiv="Content-Type" content="text/html; charset '))
remembering that in each to_clob() the string must be at most 4000 characters long
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
187 | |
66 | |
45 | |
42 | |
20 |
User | Count |
---|---|
246 | |
120 | |
83 | |
74 | |
69 |