next up previous contents
Next: Advanced topics Up: A working session Previous: Deleting attributes   Contents

Ending the work

When you are finished working with a handle, you can release it with idba_fatto

c     We are finished with this handle
      call idba_fatto(handle)

When you are finished working with DB-ALLe, you can ask it to close all connections and release all resources:

c     We do not need to work with dballe anymore
      call idba_arrivederci(dbh)



root 2007-06-20