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!

I hope someone can help me with thi

Status
Not open for further replies.

mariacri11

Programmer
Apr 9, 2003
22
0
0
CY
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?
 
not sure if appls to apples but see if this FAQ is of any help to you

faq705-2531
 

Thanks for the tip, but I don't need Access exemple. That is Basic I think.
What I need is a script: vbscript or javascript or an explication why my script doesc't work.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top