Topic: How to put on a website a database created in MVD

Hi,

OK, now i have my beautiful application done in MVD. How can I put it all of it on my website?

Keep in mind I don't need anybody else to access it, only me. Even if somebody else wants to use it it would be one person at the time.

I have looked a bit around and saw SQLite could be a way, but I cannot find any tutorial on how to do it. My website is a Windows server system.

Thank you for show me the way....

Bruno

Re: How to put on a website a database created in MVD

Hello.


You can't put whole project on website, but you can use MySQL DBMS instead SQLite to have access to data using Internet.

Dmitry.

Re: How to put on a website a database created in MVD

Thank you very much Dmitri !!!