Well that depends on what you are trying to achieve - which you've not told us.
If you need to call SQL commands, or access a SQL server, you would normally use server-side scripting. If you are using ASP with JScript, this is definately the right place to ask. If not, you should probably ask in the forum related to whatever server-side technology you are using (ASP/VB, JSP, PHP, CFM, etc).
As Dan mentions, there are server-side solutions... and you can trigger these using javascript (client-side). One method is to use AJAX... but basically all these "work arounds" provide is a means to run some server-side code.
So you can achieve the same thing with Javascript... using server-side code and triggering it using AJAX techniques.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.