Skip to Content
0
Former Member
Feb 16, 2009 at 03:46 PM

DB Table field not clearing/deleting at Modify or Delete and Insert?

40 Views

I have a field in the DB table. It is actually a custom append field. When I read it into my logic I clear the field in the similar structure, so I've tried both of these:

1)

clear DBtable-field (or move spaces to DBtable-field)

insert DBtable from structtable (work area in program)

2)

Delete DBtable from structtable

move structtable to DBtable.

insert DBtable.

In both cases the original value of DBtable-field is poppulated and hasn't been cleared.

Thank-You.