I just got a decent idea for an application, but it would involve some database work and a central server.
I have never worked with databases or servers before. What are some advised database query languages for a beginner? The languages I work with right now are C#, C++, Perl, and Python, but I do not care if I have to learn another language (that is always fun).
- Which language should I use?
- How would I work with a server?
- If I distribute my program and use a computer on my network as a server does it open up a security hole? If so, how should I deal with this?
- And how would i setup the server, just download the installer and run it?