Search found 2 matches

by troberts76
Fri Oct 04, 2024 4:19 pm
Forum: JDBCR4
Topic: JDBC_ExecUpd limited to 32767A
Replies: 2
Views: 28365

Re: JDBC_ExecUpd limited to 32767A

Thanks so much for the prompt reply Scott.

OK, so I was on the right path thinking that we'd need a new procedure, was hoping that something existed.
But I see they all just call java classes in the back, so not a biggie.

I'm definitely keen on trying this out and contributing to the community ...
by troberts76
Fri Oct 04, 2024 11:56 am
Forum: JDBCR4
Topic: JDBC_ExecUpd limited to 32767A
Replies: 2
Views: 28365

JDBC_ExecUpd limited to 32767A

Hi Scott

Is there anyway to use these procedures but pass more than this 32767 character limit.

I have a large amount of data that I need to write to a varchar(max) field.

Thanks
Tony