About 12,800,000 results
Open links in new tab
  1. How to connect to SQL Server database from JavaScript in the browser ...

    Can anybody give me some sample source code showing how to connect to a SQL Server 2005 database from JavaScript locally? I am learning web programming on my desktop. Or do I need to …

  2. Can I run a SQL query in frontend Javascript? - Stack Overflow

    I want to run a SQL query in a .JS file. I tried to add some PHP codes to it but it didn't work of course. I want to run the SQL query: SELECT price FROM list WHERE q=1. I want to show the price ...

  3. Is it possible to access an SQLite database from JavaScript?

    I have a set of HTML files and a SQLite database, which I would like to access from the browser, using the file:// scheme. Is it possible to access the database and create queries (and tables) using

  4. How to write a parameterized SQL query in javascript?

    Apr 15, 2018 · How to write a parameterized SQL query in javascript? Asked 7 years, 8 months ago Modified 7 years, 8 months ago Viewed 12k times

  5. sqlite - SQL.js in javascript - Stack Overflow

    Mar 14, 2013 · I want to store data in a SQLite database directly from a javascript script. I found this SQL.js library that is a port for javascript. However, apparently it's only available for coffeescript. Does

  6. Using Javascript to connect SQL Server database

    Apr 11, 2011 · I need to use Javascript to read some data from SQl Server 2008 Database. So I wrote this: (html page code)

  7. getting data from query sql database to javascript

    Apr 23, 2014 · Learn how to retrieve data from SQL database and use it in JavaScript with practical examples and solutions for seamless integration.

  8. JavaScript sqlite - Stack Overflow

    Sep 15, 2008 · Best recommendations for accessing and manipulation of sqlite databases from JavaScript.

  9. javascript - Preventing SQL injection in Node.js - Stack Overflow

    Is it possible to prevent SQL injections in Node.js (preferably with a module) in the same way that PHP had Prepared Statements that protected against them. If so, how? If not, what are some examp...

  10. Can JavaScript connect with MySQL? - Stack Overflow

    Jun 11, 2010 · 27 No, JavaScript can not directly connect to MySQL. But you can mix JS with PHP to do so. JavaScript is a client-side language and your MySQL database is going to be running on a server