-
is there some way to use JS and SQL Server?
i need to query a database from a AJAX/JavaScript page.
i have a database with information about user preferences and i need my page to query this info. is this possible?
thanks,
matt.
-
-
Not with pure client-side Javascript, no. The usual procedure is to have the Javascript call a server-side page, which fetches the results from the database and returns them to the script.
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks