I have a program the writing many lines to a table in enterprise geodatabase.
I all the geodatabase example I could find you always use
using (Geodatabase geodatabase = new Geodatabase...
This will reopen the enterprise geodatabse for each single line I write to the log.
Is this the correct way to do it?
Can I keep the Geodatabse open?
Thanks