Click here to Skip to main content
15,890,579 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How can i connect with remote database using html5.

Please help....

Thank you,
Vishnu Jangid
Posted
Updated 10-Aug-12 18:38pm
v4

1 solution

You can't, directly.

The data will need to be exposed to HTTP using a Web Service[^].

Then the HTML5 page will invoke the remote web service to retrieve (or write) data.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900