About 22,800,000 results
Open links in new tab
  1. 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 ...

  2. 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 …

  3. 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

  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, 7 months ago Modified 7 years, 7 months ago Viewed 12k times

  5. 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

  6. Convert JS date time to MySQL datetime - Stack Overflow

    Jun 23, 2016 · JavaScript timestamps are based on your device's clock and include the time zone. Before sending any timestamps generated from JavaScript, you should convert them to UTC time. …

  7. 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)

  8. 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...

  9. JavaScript sqlite - Stack Overflow

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

  10. Connect to SQL Server database from Node.js - Stack Overflow

    Jun 26, 2012 · The question duplicates some older questions, but the things may have changed since then. Is there some official support for connecting to SQL Server from Node.js (e.g. official library …