S
S
sergeysick2015-03-11 15:21:06
MySQL
sergeysick, 2015-03-11 15:21:06

Choosing a programming language to work with MySQL?

Good afternoon. I'll start with myself. As a former student of a near-IT specialty, there is no experience as such in programming except for laboratory work.
The essence of the problem is this, there was a need to at least try to write a program for automating processing, sorting and editing data from mysql (mandatory mysql). The data in the database comes from telematic devices.
And now the question is, what set of tools would you recommend for the implementation of the program, for a person who has not written anything for a long time and, roughly speaking, will only take the first steps. There is a lot of time, ready to learn the material.
Sorry, I wrote very chaotically, if you ask questions, I will try to describe in more detail.
Thanks to all

Answer the question

In order to leave comments, you need to log in

5 answer(s)
I
Igor Kalashnikov, 2015-03-11
@zo0m

Where and how would you like to run your program, does it need an interface or is the command line sufficient? Or do you need web access?
And how long will the script run.
If it’s all the same what to learn, then I would play around with Node.JS, but this is not for a beginner.
For a beginner: Java, PHP, C# are good entry

I
Ilya Bobkov, 2015-03-11
@heksen

any language with mysql support

D
Dmitry Entelis, 2015-03-11
@DmitriyEntelis

on any modern one you know better.
there are modules for connecting to mysql almost everywhere

B
beduin01, 2015-03-11
@beduin01

ddili.org/ders/d.en/index.html
code.dlang.org/packages/ddbc
examples are simple and clear

G
globuser, 2015-03-14
@globuzer

any language with support for your DBMS, as an option: python or c++.
You can learn the basics very quickly. just the case for you.
especially python is easy and simple to get started.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question