1. C# Web service, ADO.NET as DB layer, and MSSqlServer as storage 2. JavaScript/Ajax call to the C# Web Service that would send desired data to the server.
All the above is not simple and require comprehensive knowledge of all mentioned technologies, so please let me know with some specific question, I would be more than happy to help... - Goran On Thu, Jan 22, 2009 at 2:53 AM, Rob <[email protected]> wrote: > > 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? >
