Wrox Home  
Search P2P Archive for: Go

  Return to Index  

access_asp thread: get update record count


Message #1 by "Rahul Alavalapati" <arahul2@u...> on Wed, 2 Oct 2002 23:20:11
if you execute an update query in my ASP code to update MS Access, then I 
can get the number of records updated.
Message #2 by "Ken Schaefer" <ken@a...> on Thu, 3 Oct 2002 11:25:21 +1000
objConn.Execute strSQL,lngRecsAffected

Response.Write(lngRecsAffected " & records affected")

Cheers
Ken

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
From: "Rahul Alavalapati" <arahul2@u...>
Subject: [access_asp] get update record count


: if you execute an update query in my ASP code to update MS Access, then I
: can get the number of records updated.



  Return to Index