How to remove additional empty column at the end of database

2 posts / 0 new
Last post
Pawelski_33
Offline
Joined: 06/05/2018 - 12:16
How to remove additional empty column at the end of database

Hi there,
When running my script the IDEA seem to be creating additional column (empty column with no field name) at the end of my initial (master database). It happens after I run 2 function in which I add additional field to the database (those field is then removed at the end of the function).
The awkward thing is that when run each of the function individually the additional field at the end is not created.
Any idea why it does it.

Brian Element's picture
Brian Element
Offline
Joined: 07/11/2012 - 19:57

Hi Pawelski_33,

I looked through your code and I can't see anything in there that would create another field.

Brian