You are currently viewing the Javascript section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
You'll have to be more specific. Where will the code run, client side or serv er side and where will the database reside, on the client, on the server where the code runs or on a different server altogether?
Presenly the code and database both will be on client side, as this is an application to be run locally.
Further if I get an approval from my manager it will be transfered to ASP-Javascript application i.e. on client-server model.
(So it is just to show my manager how the application will interact and store data, but final version will be on ASP-Javascript model)
Can you know any way to connect to a database server (MySQL, ...)
using Javascript purely? I mean the Client (Browser) directly connect to that server.