Wrox Programmer Forums
|
Classic ASP Databases Discuss using ASP 3 to work with data in databases, including ASP Database Setup issues from the old P2P forum on this specific subtopic. See also the book forum Beginning ASP.NET Databases for questions specific to that book. NOT for ASP.NET 1.0, 1.1, or 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Databases 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 June 14th, 2005, 02:42 PM
Registered User
 
Join Date: Jun 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default asp-mysql update error

Hi,

I have a web site in a windows 2003 server, a mysql database and usin asp, I want to use a query to update some data, and this is the error I get:

Microsoft OLE DB Provider for ODBC Drivers error '80040e21'
Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done.
/systemnotes/updatenota.asp, line 129

and this the line of the code:
Code:
SQL = "Select * From notas Where notaid = " & notaid & " ORDER BY Fecha DESC"
Set objNotas = Server.CreateObject("ADODB.Recordset")
objNotas.Open SQL, DBConn, 1, 3

Hope somebody could help me
thanks:)


tierra y libertad!!
 
Old June 15th, 2005, 05:29 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 2,480
Thanks: 0
Thanked 1 Time in 1 Post
Default

Which line is 129? Can you also post your connection string here?

_________________________
- Vijay G
Strive for Perfection





Similar Threads
Thread Thread Starter Forum Replies Last Post
ASP.Net Mysql Error Prabhakar_dt VB Components 0 September 25th, 2005 06:34 AM
connection error MYSQL and ASP renee_santoscoi MySQL 5 March 7th, 2005 11:15 AM
unable to update MySQL database with ASP don baroo Classic ASP Databases 7 November 22nd, 2004 01:22 PM
Update asp-access to mysql karib Classic ASP Databases 3 November 30th, 2003 01:44 PM





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