MySQL Forums
Forum List  »  Connector/ODBC

MySQL and Javascript at client
Posted by: Денис Сергеев
Date: February 08, 2016 06:02AM

Hi,

I have an unusual task. Browser recieves some data by HTML every minute. I don't have any access to the server apart HTML interface. I need to store the data at local DB at client side. I created JS plugin to parse the HTML but I have a question how I can connect to MYSQL DB. I can host the mySQL DBMS at the same host or through network at a remote DB server (not the server which gives data to me). My obstacles are:
1. What should I install?
2. What options to connect I have? I guess one option is ODBC. Probably ADO is another option.
3. Could you please provide simple JS code to connect to mySQL server and execute any simple SQL query.

Options: ReplyQuote


Subject
Written By
Posted
MySQL and Javascript at client
February 08, 2016 06:02AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.