Friday, February 25, 2011

#Python microframework web.py and #firebird tutorial

I assume that Firebird 2.5 and python driver are installed (I use ubuntu for this tutorial)

I will start with the simple db employee from examples also i will use as starting point the web.py tutorial

First create a database and one table (insert one row) Then query the table already created



Later we will create a grid like in the web.py group thread

No comments: