0
how to connect and displaying database with JavaScript?
how to connect and displaying database such as SQL?
4 odpowiedzi
+ 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.
+ 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.
+ 1
ok thx for ur answer
0
JavaScript or java?