0

Can any tell me is there any way that we can pass values using javascript that would execute in manipulating data in DBase

asked Oct 9, 2009 at 12:16

4 Answers 4

2

Use AJAX for this functionality.

answered Oct 9, 2009 at 12:18
Sign up to request clarification or add additional context in comments.

Comments

1

There is a really big security problem.

You would have to write the database password in plain text.

Thats why most developers use AJAX to call a server side script.

This script manipulates the database.

answered Oct 9, 2009 at 12:18

Comments

1

If you use SQL Anywhere you can publish webservices on data base and use AJAX to access it.

answered Oct 9, 2009 at 12:25

Comments

0

You can't achieve this without using ajax and accessing a server side script. jQuery offers a simple AJAX platform, and PHP could be used for a back-end.

If you have any details about your server environment, I'm sure somebody here can help you out.

answered Oct 9, 2009 at 12:41

Comments

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.