Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Microsoft Office > Access and Access VBA > Access ASP
|
Access ASP Using ASP with Microsoft Access databases. For Access questions not specific to ASP, please use the Access forum. For more ASP forums, please see the ASP forum category.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Access ASP section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old April 21st, 2005, 11:10 AM
Registered User
 
Join Date: Apr 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to srobert1
Default asp / access mailing list database problem

i'm new to asp. i have an error i don't understand, which appears after you correctly fill out the form at: http://www.butlermobility.com/tn_/

Microsoft VBScript runtime error '800a01f4'
Variable is undefined: 'adCmdStoredProc'
http://www.butlermobility.com/tn_/pr...ailinglist.asp, line 39

i'm attempting to have the fields added to a database and an email sent out w/ the same info.

any help would be great!!
scott (aim: time100)
 
Old May 2nd, 2005, 06:11 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 308
Thanks: 0
Thanked 0 Times in 0 Posts
Default

On line 39, replace adCmdStoredProc with the number 4.
Another option is to include the file adovbs.inc, with the line:

(assuming you put the file in your root web directory
or

(assuming you've got that dll)

Any time you've got things like adCmdTable, adOpenStatic - basically any variable that starts with "ad", it's probably that you're trying to use things from adovbs.inc so there's 3 options -
1)use the actual value
2) Use adovbs.inc
3) Use msado15.dll

Check out this article for more info:
http://www.asp101.com/articles/john/adovbs/default.asp

I am a loud man with a very large hat. This means I am in charge





Similar Threads
Thread Thread Starter Forum Replies Last Post
About Mailing List ssomchai BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 0 May 5th, 2008 10:05 PM
Mailing List Carriemh Beginning PHP 2 September 2nd, 2006 07:17 AM
Add Mailing List Problem USADarts BOOK: Beginning PHP, Apache, MySQL Web Development ISBN: 978-0-7645-5744-6 0 August 11th, 2004 10:19 PM
Newsletter Mailing List Manager PySpencer Beginning PHP 6 December 21st, 2003 07:13 PM
mailing list using php dungey PHP How-To 1 June 4th, 2003 02:50 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.