Link to home
Start Free TrialLog in
Avatar of cmsRuncorn
cmsRuncorn

asked on

Running SQL query through javascript on an ASP page

Hi,
    can someone please tell me the correct syntax for running a sql server side query in javascript through an ASP page. I am developing a website and when the user hit's the save button i want it to run a sql query which sets a column to a defined value. I am new to javascript so any examples are really appreciated.
ASKER CERTIFIED SOLUTION
Avatar of tiagosalgado
tiagosalgado
Flag of Portugal image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of cmsRuncorn
cmsRuncorn

ASKER

Thanks very much, that was what i was looking for