> > Well, it is trying to create the contacts table before it creates the > customers table. That's the problem. I don't know if that's an issue in the > DAL or if I just need to re-arrange the statements in my db.py - they are > correctly ordered in the db.py - it seems that it wants to create the > association before it actually creates the associated table. Not sure how I > would test that in SQLite. Is that installed and running already? >
Yes, SQLite is included with Python, so no need to install. You don't even have to create the SQLite db manually -- it will be created automatically by web2py. I only suggested that to confirm the issue is specific to MSSQL. Anthony

