0
How I implement SQL with programming languages?
What step should be taken to implement SQL with other programming languages. Could you suggest me what is the path i should follow.🙁🙁
4 odpowiedzi
+ 1
JDBC - Java Database Connectivity is a Java API used to establish connection with database. You can follow the below thread for details.
https://www.javatpoint.com/java-jdbc
0
First pick up a language of your choice and then look for specific frameworks or modules to be integrated for database access.
0
i choose java language. Then??
0
thank you #Avinesh