pwDbCreate


 pwDbCreate(dbFile)

 Creates a PottersWheel database (PWDB) file which can be used to store
 several experiments, each comprising a set of stimulations.

 

Arguments for pwDbCreate

 dbFile   Filename of the PWDB file. It is recommended to use the ending "_pw.db".
          If no file is specified, a save file dialog opens.
          An existing file with the same name will be overwritten!

 

Description

 When dealing with larger amounts of experimental data it might be convenient
 to work with a single PottersWheel database file instead of a set of
 xls or txt files.

 Please use pwDbAddExperiment to successively add experiments to the PWDB.

 

Prerequisites and tools

 Please install mksqlite available at
 http://mksqlite.berlios.de/

 In order to explore the PWDB file please install an SQLite brower e.g. from
 http://sqlitebrowser.sourceforge.net/

See also

pwAddDataFromDb
pwDbShowStimulations
pwDbAddExperiment
pwDbRemoveExperiment