sqlite and web
Posted: Tue Sep 07, 2010 7:24 pm
I need to realize a web interface for a fantasy football game organized by a newspaper.
I create a sqlite database with all the tables and data inside.
I've made a rev studio stack that works pretty good on my mac.
I've create the standalone web app and uploaded it with the database in the same directory on the web.
If try to open it in a web browser i get always a connection error and the stack is "broken".
Is it possible to use a instruction like ?
What i need to change to make the stack work ?
Thank you
Marco
I create a sqlite database with all the tables and data inside.
I've made a rev studio stack that works pretty good on my mac.
I've create the standalone web app and uploaded it with the database in the same directory on the web.
If try to open it in a web browser i get always a connection error and the stack is "broken".
Is it possible to use a instruction like
Code: Select all
put revOpenDatabase("sqlite","www.website.it/fanta.db",,,,,,) into tConID
What i need to change to make the stack work ?
Thank you
Marco