pbreit, Simon and Anthony,
Thanks very much for your responses. I am trying out Anthony's
suggestions first.
Can you please help me with the path? I can connect when I give the
absolute path on the filesystem, but I want to use relative path so
that it works on different computers and I can email the application
to colleagues.
I tried the path '/myapplicationname/databases/test.sqlite', the sort
of path that can be used for images. But I get the following error.
<class 'sqlite3.OperationalError'> unable to open database file
What is request.folder? How do I find it?
The reason I want to do this without DAL is the following: I am new to
databases, SQL and Sqlite, webdevelopment, and web2py. I feel that I
should gain some basic understanding of sqlite before I connect to it
using other facilities such as DAL, and hence want to play directly
with it along with learning development of web applications. Also,
while I am learning it, I want to avoid the automation, such as
creation of id column.
Thanks again.