gadflyDatabase sample
Samples
addresses
chat
companies
conversions
custdb
dbBrowser
dialogs
doodle
flatfileDatabase
gadflyDatabase
hopalong
jabberChat
life
minimal
minimalStandalone
noresource
pictureViewer
proof
pysshed
radioclient
redemo
rpn
samples
saveClipboardBitmap
searchexplorer
simpleBrowser
simpleIEBrowser
slideshow
sounds
SourceForgeTracker
spirograph
stockprice
textIndexer
textRouter
tictactoe
turtle
webgrabber
webserver
widgets
worldclock

readme.txt

Module  : gadflyDatabase
Date    : 21st December, 2002
Author  : Andy Todd 

gadflyDatabase extends the flatfileDatabase module and sample. It implements a
different kind of persistent storage, using the relational database gadfly.

This provides all of the usual ACID properties of a relational database to the generic
storage framework of PythonCard.

The main classes, GadflyDatabase and Document in the module gadflyDatabase.py are
direct sub classes of the classes in flatfileDatabase.py. They share, where possible,
method names and properties. The major difference is that the flatfileDatabase sample
needs an initialisation property called dataFile whereas gadflyDatabase requires three
properties; dbDir, dbName and tableName.

For it to work properly you will need to have gadfly installed. Get it from;
  http://gadfly.sourceforge.net/



SourceForge Logo