+ 10
Which programming language is the best and easiest to connect with sql?
Which programming language is the best and easiest to connect with sql?
2 Antworten
+ 9
thanks.. .good explaination.
+ 2
This depends from programmer knowledge and attitude. In Java there are some libraries (ORM) that do CRUD operations without write SQL code, other that do dynamics query. Otherwise php approach is more direct...
It's very important put the definitions of DB connection out of project for an easy trasport of project from developer to production enviroment.