Hi all, My first post... I'm reading the book at the beginning so i'm very noob on web2py and may intent is to create a simple system that do queries only on a huge existent firebird database for mobile devices. This database is in prodution on a php framework for web users.
So, is possible to work on a system in other server that just connect via internet in the database of the other server and just do queries WITHOUT change anything in the database? I want to do some tests locally first, so... May progress is: I already install the proper version of kinterbase and python. And ran web2py by the source without error. My issues are: - I couldn t connect locally on the backup file 'mydatabase.fdb'. Which folder should I put? and it have the '@' char on the password that may confusing the connect line. How can I deal with it, without changing it? And after, if is possible, how will stay the line to connect remotely to the other server in prodution? -Some samples of detailed sql queries are welcome... Thank you Daniel

