Questions tagged [lob]

Lob refers to a set of web services, APIs, and tools provided by the company of the same name. You can embed direct mail (postcards, letters, checks, etc.) functionality into web and mobile applications with just a few lines of code. There are several helper libraries and resources listed below to make it easy integrate.

Documentation & Resources

Libraries / Language Support

Examples are included in each wrapper and in the API Reference.

143 questions
0
votes
1 answer

PSQL Exception on column length

I get an internal exception: org.postgresql.util.PSQLException: Error value too long for varying character (255) when i try to insert using EclipseLink JPA a value for a description on a certain entity. I thought using the @LOB annotation and…
Warz
  • 7,386
  • 14
  • 68
  • 120
0
votes
2 answers

Using WPF Attached Properties to layout an LOB form

I have been writing lots of data entry type forms in my application and I have come to the conclusion that I need to make it a bit easier. After doing some reading up it seems this can be done using a subclassed ItemsControl to represent the form. I…
lostinwpf
  • 633
  • 2
  • 9
  • 29
-1
votes
1 answer

Trouble accessing class attributes in Python

I have a route in flask that I'm using to pass numerous variables into my function via http. Everything is coming in fine except for the "biz" variable. Here is my function... @app.route("/sendcheck/////",…
freefly0313
  • 105
  • 4
  • 14
-1
votes
1 answer

Update oracle CLOB column with large string

I have a table systesttab that contains a few columns. One of those columns is of type CLOB and it's supposed to hold a string of a base64 encoded image. CREATE TABLE systesttab( ... f_picture CLOB DEFAULT ' ' NOT NULL, …
Mike Scotty
  • 10,530
  • 5
  • 38
  • 50
-1
votes
1 answer

ORA-22992 Remove references to LOB in remote table issue

I am trying to insert into table CAPTURED_DATA_01 with multiple select statement.I am able to insert the value EVENT_ID,ENV_ID,BRAND_ID,BP_ID but now i also want to insert the SUBSCRIPTION_ID value which is coming i will get from using the select…
Andrew
  • 3,632
  • 24
  • 64
  • 113
-1
votes
1 answer

Do Metro app data input forms have save and cancel buttons?

I plan to write a LOB desktop app using WPF but in metro style but I haven't found enough sample apps that feature data input/editing forms. Most metro apps are read-only dashboards or entertainment apps. If anyone could point me to good sample…
Graeme
  • 2,597
  • 8
  • 37
  • 50
-1
votes
1 answer

SAP hana empty CLOB

How can I fetch all the rows from a table, where the CLOB content is empty (but not null)? Table crate statement: create column table "MY_SCHEM"."ISA_TMP"( "tenant_alias" varchar(500),"local_data" CLOB null); I tried: select * from…
-2
votes
2 answers

Oracle Error "Ora-06502 PL/SQL: numaric or value error: invalid LOB locate"

I'm getting this Oracle error Ora-06502 PL/SQL: numeric or value error: invalid LOB locate when two users try to commit at the same time. I actually tried hard to solve this problem but I couldn't find a solution. Please see the code for more…
1 2 3
9
10