Ok so i have been reading the web2py book and it says to use this sort
of command to connect
db = DAL('mssql://account_name:passwo...@localhost/master') #
the databases name is master and i want to print the tables
print db.tables #so i can check if its working
by looking at my properties window in my MS sql db i have my login-
name as: nameofpc\my_accoutname_for_my_pc
and when i set the server up it forced me to leave it blank which i
assume would be my normal password for my pc
its a localhost :p
anyways its not working and im not sure what to do or what im missing
The database is already populated with empty tables and rules.
Thanks for your help.