Anonymous Asked in Cars &Transportation · 2 weeks ago

Can JavaScript write to a database?

JavaScript, as defined in your question, can't directly work with MySql. This is because it isn't running on the same computer. JavaScript runs on the client side (in the browser), and databases usually exist on the server side. You'll probably need to use an intermediate server-side language (like PHP, Java, . 7 дек. 2011 г.


Can JavaScript be used with database?

There is no common way to connect to SQL Server database from JavaScript client, every browser has it's own API and packages to connect to SQL Server.

What database works well with JavaScript?

SQLite. The database is easily embeddable into applications. Since this system is based on files, it provides a fairly wide range of tools for working with it, compared to network DBMS.

Related Questions

Relevance
Write us your question, the answer will be received in 24 hours