0

how to connect and displaying database with JavaScript?

how to connect and displaying database such as SQL?

6th Feb 2017, 11:18 AM
ade candra
ade candra - avatar
4 Answers
+ 1
Java DataBase Connectivity (JDBC) is standard API that allows Java programs to access database management systems. The JDBC API consists of a set of interfaces and classes written in the Java.
6th Feb 2017, 11:42 AM
Praveen Kumar
Praveen Kumar - avatar
+ 1
Yeah JDBC is with java. BUT to connect to database using JAVASCRIPT, there are several ways but there's a framework for implementing the DB with more security. NodeJS is a framework dat allows you to code server connections in javascript and you'll probably learn a bit more about communicating with databases and get the data you need from it.
6th Feb 2017, 3:35 PM
Praveen Kumar
Praveen Kumar - avatar
+ 1
ok thx for ur answer
7th Feb 2017, 5:30 PM
ade candra
ade candra - avatar
0
JavaScript or java?
6th Feb 2017, 3:15 PM
ade candra
ade candra - avatar