Home | Advertising Info80 USERS CURRENTLY ONLINE   
   Site Search Contact Us Thursday, May 17, 2012  
 
 







DISCUSSION ARCHIVES
DISCUSSION ARCHIVES 2
DISCUSSION ARCHIVES 3
BLOG

 
Try a free httpZip trial now and compress for less!


We didn't realize
the site was so popular.

Other Stuff
 
 


Using An Update Query To Modify An Existing Record.


In this example we are using an update to modify an existing record. The SQL statement is the key and by changing that you can update whatever record you want to.

This is just an example to get you started.


<% ID = 1 %>


<%
' declaring variables
' not neccesary but a good habit
Dim DataConn
Dim CmdInsertRecord
Dim MYSQL
   
Set DataConn = Server.CreateObject("ADODB.Connection")
Set CmdInsertRecord = Server.CreateObject("ADODB.Recordset")
   
' The line below shows how to use a system DSN instead of a DNS-LESS connection
' DataConn.Open "DSN=System_DSN_Name"
DataConn.Open "DBQ=" & Server.Mappath("../_database/database.mdb") & ";Driver={Microsoft Access Driver (*.mdb)};"
   
MYSQL = "UPDATE some_table SET NAME = 'Joe Bloe', EMAIL = 'Pizzaboy@bla.com' WHERE (ID = " & ID & ")"
   
CmdInsertRecord.Open MYSQL, DataConn
   
' closing objects and setting them to nothing
' not neccesary but a good habit
DataConn.Close
Set DataConn = Nothing
%>



 

   Active Server Pages Rule The World
Contact Us  

try aspprotect !!
the premier asp based user management system !!

All artwork, design & content contained in this site are Copyright © 1998 - 2012 PowerASP.com and Christopher J. Williams
Banner ads ,other site logos, etc are copyright of their respective companies.
STATS Unless otherwise noted - All Rights Reserved.

Active Server Pages ASP programs help tutorial tutorials routine routines jobs listserve mailinglist bulletin board bulletin boards programming snippet snippets CJWSoft ASPProtect ASPBanner ASPClassifieds www.aspclassifieds.com, www.powerasp.com,www.cjwsoft.com,www.aspphotogallery.com,www.codewanker.com,www.aspprotect.com,www.aspbanner.com