navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

Microsoft MVP

 

database interface wizard update error

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> ASP and Database >> database interface wizard update error
Page: [1]
 
ocano

 

Posts: 1
Joined: 3/26/2008
Status: offline

 
database interface wizard update error - 3/26/2008 12:44:28   
Need some help figuring out what's giving me this error:

Database Results Wizard Error
Description: Syntax error in UPDATE statement.
Number: -2147217900 (0x80040E14)
Source: Microsoft JET Database Engine


when trying to use the update/edit record part in a page made by the database interface wizard in frontpage 2003.

The code in the update page is.
<%
fp_sQry="UPDATE Results SET xDate = '::xDate::' , Account_Number = '::Account_Number::' , Member_Name = '::Member_Name::' , Card_Number = '::Card_Number::' , Completed_By = '::Completed_By::' , Remote_computer_name = '::Remote_computer_name::' , User_name = '::User_name::' , Browser_type = '::Browser_type::' , Timestamp = '::Timestamp::' WHERE (ID = ::ID::)"
fp_sDefault="xDate=&Account_Number=&Member_Name=&Card_Number=&Completed_By=&Remote_computer_name=&User_name=&Browser_type=&Timestamp=&ID=0"
fp_sNoRecords="Record updated in table."
fp_sDataConn="debitfm"
fp_iMaxRecords=1
fp_iCommandType=1
fp_iPageSize=0
fp_fTableFormat=False
fp_fMenuFormat=False
fp_sMenuChoice=""
fp_sMenuValue=""
fp_sColTypes="&ID=3&xDate=202&Account_Number=202&Member_Name=202&Card_Number=202&Completed_By=202&Remote_computer_name=202&User_name=202&Browser_type=202&Timestamp=135&"
fp_iDisplayCols=16
fp_fCustomQuery=True
BOTID=0
fp_iRegion=BOTID
%>


Please help!!! I don't know much about this kind of stuff!!

Thanks!!!
Spooky

 

Posts: 26599
Joined: 11/11/1998
From: Middle Earth
Status: offline

 
RE: database interface wizard update error - 3/26/2008 15:06:14   
You will have to modify this in the wizard - just add [] to timestamp and try again?

eg ...... [Timestamp] = '::Timestamp::' WHERE (ID = ::ID::)"

It may be picking it up as a reserved word

_____________________________

If you arent part of the solution, then there is good money to be made prolonging the problem

§þ:)


(in reply to ocano)
Page:   [1]

All Forums >> Web Development >> ASP and Database >> database interface wizard update error
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts