Online Services IDM is a Web Site Development and Marketing company in Miami, Florida. Website, Internet, marketing, development, design, webmaster, hosting, hits, page, views, Miami, graphics, design, domain, name, exchange, website marketing, Internet marketing, Internet marketing research, website, Internet, development, design, webmaster, hosting, marketing, hits, page, views, Miami, graphics, design, domain, name, exchange, website marketing, marketing on the Internet, marketing, direct marketing association, marketing strategies, search engine marketing, marketing research, email marketing, Internet search engines, Internet advertising, free Internet advertising, web design, web page design, web site design, website design, web hosting, flash web site design, good web site design.
   

Query-based update failed because the row to update could not be found

Since we have been working with Online Services we are averaging 1 to 2 sales from our website per month and we are receiving many more inquires. Our position on the search engines based on our keywords is right at the top.

Richard and Jena Congdon

 

Online Services IDM is a Website Development and SEO Marketing Company.

Error: I received the following error when update a MySQL Table using ADO object.

Query-based update failed because the row to update could not be found

I found that the problem was resolved by updating the following code

Original:

set ers = Server.CreateObject ("adodb.recordset")
SelQuery = "select * from TourTbl where TourName='" & Request.Form("TourName") & "'"
Response.write "SelQuery: [" & SelQuery & "]<br>"
ers.open SelQuery , DBType,3,3

This will work:

Dim DBType
DBType = "DSN=dsnname;UID=userid;PWD=password;"

set ers = Server.CreateObject ("adodb.recordset")
ers.CursorLocation=3
ers.CursorType=3
ers.LockType=3

SelQuery = "select * from TourTbl where TourName='" & Request.Form("TourName") & "'"
Response.write "SelQuery: [" & SelQuery & "]<br>"
ers.open SelQuery , DBType & "Option=3"

If this helped - Please click on this link:


 

Online Services IDM | 4715 NW 157th Street, Suite 119, Miami Gardens, Florida 33014 | (305) 405- 6630 - Tel. | (305) 620-3640 - Fax

Home | Company Profile | Services | Development | Marketing | Portfolio | Case Studies | Contact Us
Employment Opportunities |Top SEO Results | Sitemap

© Copyright 2007 Online Services IDM
Site Designed & Maintained by Online Services IDM