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
Same question. Bat I added a subject.

I hope someone can help me with this problem:
I am developing an aplication using Access Data Pages and SQL Server.
Everithing works fine when usind wizards.
I want to call a stored procedure so I created a button with the script:

<SCRIPT language=vbscript event=onclick for=buton>
sqlsql=&quot;execute p1&quot;
MSODSC.Connection.Execute sqlsql
</SCRIPT>

It doesn't work at all. I think the script isn't processed.
Does anyone know why? Or what am I doing wrong?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top