SQL Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsDatabaseSQL 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 ASP Free Forums Sponsor:
  #1  
Old March 23rd, 2000, 09:46 AM
Steve Schofield Steve Schofield is offline
Contributing User
ASP Free God 20th Plane (14500 - 14999 posts)
 
Join Date: Dec 2002
Posts: 14,575 Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 23
MAX SQL

<i><b>Originally posted by : Paul Wilson (pwil22@hotmail.com)</b></i><br />I am trying to use a MAX SQL method of returning an access <br />autonumber (instead of timestamping - thanks Mike anyway)<br />My page updates my database but does not print the ID#. <br />Can anyone see where I have gone wrong.<br /><br />Thanks <br /><br />Paul<br /><br />P.S. how can i forward this ID# as a variable to another .asp page<br /> to use as a FK in a different table.<br /><br />Heres my attempt...<br /><br /><title></title> <br /></head> <br /><br /><body> <br /><% <br />'Declare variables needed <br />Dim strInsert <br />Dim strValues <br />Dim CmdText <br />Dim blnCriticalError <br />Dim maxstrsql <br />Dim thisdelegateid <br />Dim objrs <br /><br /><br />'Set required variables <br />adCmdText = 1 <br /><br />If Request.Form("Action") = "Add" Then <br /><br />'Start building the sql statement <br />strInsert = "Insert into Delegate (Title, [Family Name], [First Names], " & <br />_ <br />"Address1, [Post Code]" <br /><br />strValues = "Values('" & Cstr(Request.Form("txtTitle")) & _ <br />"','" & Cstr(Request.Form("txtFamily")) & _ <br />"','" & Cstr(Request.Form("txtFirst")) & _ <br />"','" & Cstr(Request.Form("txtAddress1")) & _ <br />"','" & Cstr(Request.Form("txtPostCode")) & "'" <br /><br /><br />'Add Position if present <br />If Len(Request.Form("txtPosition")) >0 Then <br />strInsert = strInsert & ",Position" <br />strValues = strValues & ",'" & _ <br />Cstr(Request.Form("txtPosition")) & "'" <br />End If <br /><br />'Add Hospital if present <br />If Len(Request.Form("txtHospital")) >0 Then <br />strInsert = strInsert & ",Hospital" <br />strValues = strValues & ",'" & _ <br />Cstr(Request.Form("txtHospital")) & "'" <br />End If <br /><br />'Add Address2 if present <br />If Len(Request.Form("txtAddress2")) >0 Then <br />strInsert = strInsert & ",Address2" <br />strValues = strValues & ",'" & _ <br />Cstr(Request.Form("txtAddress2")) & "'" <br />End If <br /><br />'Add Position if present <br />If Len(Request.Form("txtTel")) >0 Then <br />strInsert = strInsert & ",Telephone" <br />strValues = strValues & ",'" & _ <br />Cstr(Request.Form("txtTel")) & "'" <br />End If <br /><br />'Add Position if present <br />If Len(Request.Form("txtFax")) >0 Then <br />strInsert = strInsert & ",Fax" <br />strValues = strValues & ",'" & _ <br />Cstr(Request.Form("txtFax")) & "'" <br />End If <br /><br />'Add Position if present <br />If Len(Request.Form("txtEmail")) >0 Then <br />strInsert = strInsert & ",[E-mail]" <br />strValues = strValues & ",'" & _ <br />Cstr(Request.Form("txtEmail")) & "'" <br />End If <br /><br /><br />'Add Home Addreess if checked <br />If Request.Form("chkHome") = 1 Then <br />'Add the column name <br />strInsert = strInsert & ",[Home Address]" <br />'Add True to the valu string <br />strValues = strValues & ",True" <br />End If <br /><br /><br /><br />'Create and open the database object <br />Set objConn = Server.CreateObject("ADODB.Connection") <br />objConn.Open "DSN=CasilTest" <br /><br />'Create the command object <br />Set objCmd = Server.CreateObject("ADODB.Command") <br /><br />Set objrs = Server.CreateObject("ADODB.Recordset") <br /><br />'SQL to get the maximum delegate id <br />maxstrrsql = "select Max([Delegate ID]) from Delegate" <br /><br /><br /><br />'Set the command object properties <br />Set objCmd.ActiveConnection = objConn <br />objCmd.CommandText = strInsert & ") " & strValues & ")" <br />objCmd.CommandType = adCmdText <br /><br />'Execute the command <br />objCmd.Execute <br /><br />objrs.open maxstrsql, con <br /><br />'set as a variable <br />set thisdelegateid = objrs(0) <br />response.write "Please make note that your Delegate ID is " & <br />(thisdelegateid) <br /><br />End If <br /><br />'Close and dereference database objects <br />Set objCmd = Nothing <br />objConn.Close <br />Set objConn = Nothing <br />%> <br /></body> <br /></html>

Reply With Quote
Reply

Viewing: ASP Free ForumsDatabaseSQL Development > MAX SQL


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





 Free IT White Papers!
 
How to Present Effectively Online
This white paper offers practical and actionable advice on the key steps that any presenter should consider as they plan and execute a Webinar or online meeting.

 
Open Source Security Myths
Open Source Software (OSS) is computer software whose source code is available to the general public with relaxed or non-existent intellectual property restrictions (or arrangement such as the public domain), and is usually developed with the input of many contributors.

 
Power and Cooling Capacity Management for Data Centers
This paper describes the principles for achieving power and cooling capacity management.

 
Scalable, Fault-Tolerant NAS for Oracle - The Next Generation
For several years NAS has been evolving as a storage alternative for Oracle databases, and for good reason: NAS is quite often the simplest, most cost-effective storage approach for Oracle. Learn about the benefits that HP's approach to scalable NAS brings to Oracle environments in this comprehensive white paper.

 
Understanding Web Application Security Challenges
This white paper discusses many common threats and preventive measures for Web application security, and explains what you can do to help protect your organization.

 

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





© 2003-2009 by Developer Shed. All rights reserved. DS Cluster 2 Hosted by Hostway
For more Enterprise Application Development news, visit eWeek