0

I need to insert sample data into SQl server. But i should use HTML,Javascript,JQuery,Ajax,XML only. I can't use asp.net or php programming languages , because i will not use IIS for this project.

Is there any option to do this?

Hi,Is possible to connect to SQL from XML page.

5
  • Why not lighthttpd, nginx or XAMPP for php? Commented Aug 10, 2012 at 12:55
  • 4
    How can you use Ajax if there is no server to answer the request? Commented Aug 10, 2012 at 12:55
  • sorry siidheesh, i can't know about these,and also requirement is that insert data into DB from HTML page Commented Aug 10, 2012 at 12:56
  • hi sune,by creating Endpoint in SQl server and call that service url using Ajax and Json method. Commented Aug 10, 2012 at 12:59
  • Daniel,to find out is there any solution? Commented Aug 10, 2012 at 13:02

1 Answer 1

2

You need to have a server side page to handle your ajax request where it will read the data coming from ajax request and send to the db.

If you do not want to use IIS, you can think about PHP as your server page which works on Apache server.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.