How does one create an application that reads and writes to a database on a local server?
-
What is the easiest way to go about doing this? I have a fair bit of coding knowledge and can learn fast, but what is the quickest way to create a functional app which can take input from the user, allow for edits and generate reports. I just need to figure out how to create links between a front end program and a database and then move forward
-
Answer:
you can use web2py, a python based framework, just go through the introductory chapter of the manual for web2py and you ll be able to do more than what you want to do. it provides its own Database Access layer, which makes it very easy for server side code that renders the front to communicate with the database. a front end cannot directly read and write to the database, you need some code at the server side to that. web2py is pretty easy and fast, go for it.
Tushar Tuteja at Quora Visit the source
Related Q & A:
- How to restrict access to a sql server database from Azure?Best solution by Stack Overflow
- How to do a local mysql database replication on an online server?Best solution by howtoforge.com
- How to start a local Server on Windows Platform?Best solution by Stack Overflow
- How does one create a recursive lexer?Best solution by stackoverflow.com
- How to apply for a job in a local shop?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.