SunQuest
           MS SQL Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsDatabasesMS SQL Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today!
  #1  
Old April 28th, 2004, 11:26 AM
dclark127 dclark127 is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Apr 2004
Posts: 3 dclark127 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Multiple-step OLE DB operation generated errors

I am getting the follwing error on my asp page runnning from a MS SQL DB:

Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done

-Line 48


The code this is referring to is:
Code:
 Set conn = Server.CreateObject("ADODB.Connection")
    conn.open Application("MyDBConn")
	sql = "select * from Loan_Note_Read_Dates where HRId=" & session("id") & " and LoanId=" & request("LoanId") & ""
	Set rs = Server.CreateObject("ADODB.Recordset")
	rs.Open sql, conn, 3, 3
	if rs.eof then
		rs.addnew
		rs("HRId") =  session("id")
		rs("LoanId") =  request("LoanId")
	end if
		rs("Last_Read_Date") = now()
	rs.update
	set rs=nothing


Any help or thought would be appreciated??

Reply With Quote
Reply

Viewing: Dev Shed ForumsDatabasesMS SQL Development > Multiple-step OLE DB operation generated errors


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 2 hosted by Hostway