ADBC and NULL
Hi,
I try to insert into extarnal database (Oracle database) a field with null value from ABAP with ADBC
INSERT INTO TABLE (COLUMN1, COLUMN2, COLUMN3, ..) VALUES (?, ?, ?, ...). I want that second column was a null value in the external database.
Anyone know how can I do that??