OnlinePhotoShop.CustomerDB.execute Function
Executes a database command and returns the result. Must be overridden by inherited classes.

Protected System.Collections.ArrayList execute (string)
  Type Name Description  
    string command Database command.  
  Return Description  
    System.Collections.ArrayList List of strings representing the queried records of the command. The fields within a record are separated by the given delimiter.