Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Access Data Pages

Status
Not open for further replies.

mariacri11

Programmer
Apr 9, 2003
22
0
0
CY

I am developing an aplication usind data access pages and SQL Server.
I want to execute a stored procedure so I have the code:

<SCRIPT language=vbscript event=onclick for=bbb>
sql1=&quot;execute p1&quot;
MSODSC.Connection.Execute sqlsql1
</SCRIPT>

The script doesn't seem to be proccessed.
Does anyone know what's the problem?
Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top