I want to access a remote SQL server using javascript functions at the client side. So I want the following:
1. build a server-side web service to collect user data and put into DB 2. create a client-side javascript to upload data to the server. Seems fairly straightforward. Where should I get started?
