Web Wiz - Green Windows Web Hosting

  New Posts New Posts RSS Feed - ASP Update Command Help!
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

ASP Update Command Help!

 Post Reply Post Reply
Author
rcalvert View Drop Down
Groupie
Groupie
Avatar

Joined: 24 July 2003
Location: United Kingdom
Status: Offline
Points: 43
Post Options Post Options   Thanks (0) Thanks(0)   Quote rcalvert Quote  Post ReplyReply Direct Link To This Post Topic: ASP Update Command Help!
    Posted: 19 December 2003 at 5:25am
Please could somebody give this code a once over ive been staring at it for hours it keeps producing a 80040e14 missing operator in query expression error. Many thanks in advance.

Code:


if(Session("fldFeatureID") <> "") then Command1__varFeatureID = Session("fldFeatureID")

if(Session("fldImageStatus") <> "") then Command1__varStatusChangedTo = Session("fldImageStatus")

if(Now() <> "") then Command1__varDateTime = Now()

if(Session("MM_Username") <> "") then Command1__varChangedBy = Session("MM_Username")

set Command1 = Server.CreateObject("ADODB.Command")
Command1.ActiveConnection = MM_stormv2_STRING
Command1.CommandText = "INSERT INTO tblImageControlLog (fldFeatureID, fldStatusChangedTo, fldDateTime, fldChangedBy)  VALUES (" + Replace(Command1__varFeatureID, "'", "''") + ", " + Replace(Command1__varStatusChangedTo, "'", "''") + ", " + Replace(Command1__varDateTime, "'", "''") + ", " + Replace(Command1__varChangedBy, "'", "''") + ") "
Command1.CommandType = 1
Command1.CommandTimeout = 0
Command1.Prepared = true
Command1.Execute()

Back to Top
MorningZ View Drop Down
Senior Member
Senior Member
Avatar

Joined: 06 May 2002
Location: United States
Status: Offline
Points: 1793
Post Options Post Options   Thanks (0) Thanks(0)   Quote MorningZ Quote  Post ReplyReply Direct Link To This Post Posted: 19 December 2003 at 5:35am

start off by using & not + to piece together the SQL statment (and VBScript string concatination for that matter)

 

Contribute to the working anarchy we fondly call the Internet
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.08
Copyright ©2001-2026 Web Wiz Ltd.


Become a Fan on Facebook Follow us on X Connect with us on LinkedIn Web Wiz Blogs
About Web Wiz | Contact Web Wiz | Terms & Conditions | Cookies | Privacy Notice

Web Wiz is the trading name of Web Wiz Ltd. Company registration No. 05977755. Registered in England and Wales.
Registered office: Web Wiz Ltd, Unit 18, The Glenmore Centre, Fancy Road, Poole, Dorset, BH12 4FB, UK.

Prices exclude VAT at 20% unless otherwise stated. VAT No. GB988999105 - $, € prices shown as a guideline only.

Copyright ©2001-2026 Web Wiz Ltd. All rights reserved.