Re: Syntax error in UPDATE statement.
From: Thomas A. Rowe (tarowe_at_mvps.org)
Date: 12/14/04
- Next message: Steve Easton: "Re: Page size to fit all monitors"
- Previous message: Ian Hills: "Syntax error in UPDATE statement."
- In reply to: Ian Hills: "Syntax error in UPDATE statement."
- Next in thread: Kevin Spencer: "Re: Syntax error in UPDATE statement."
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 14 Dec 2004 16:29:14 -0500
This is not an issue dealing with your database connection, it is your actual update SQL statement.
Which version of FP are you using?
-- ============================================== Thomas A. Rowe (Microsoft MVP - FrontPage) WEBMASTER Resources(tm) http://www.ycoln-resources.com FrontPage Resources, WebCircle, MS KB Quick Links, etc. ============================================== To assist you in getting the best answers for FrontPage support see: http://www.net-sites.com/sitebuilder/newsgroups.asp "Ian Hills" <ian@sussexsoftware.co.uk> wrote in message news:41bf589d$0$27587$afc38c87@news.easynet.co.uk... > When I click OK in Database Editor after doing an Edit, I get this message - > > Database Results Error > Description: [Microsoft][ODBC Microsoft Access Driver] Syntax error in > UPDATE statement. > Number: -2147217900 (0x80040E14) > Source: Microsoft OLE DB Provider for ODBC Drivers > > > > And back in FP, I do a "verify" and get this - > > > > Server error: Unable to retrieve schema information from the query: > > UPDATE diary SET eventday = '1' , eventmonth = '2' , eventyear = '3' , > caption = '4' , desc = '5' WHERE (id = 6) > > against a database using the connection string > > DRIVER={Microsoft Access Driver > (*.mdb)};DBQ=URL=fpdb/db1.mdb;UID=Administrator;PWD=secret. > > The following error message comes from the database driver software; it may > appear in a different language depending on how the driver is configured. > ------------------------------------------------------- > [Microsoft][ODBC Microsoft Access Driver] Syntax error in UPDATE statement. > > Source: Microsoft OLE DB Provider for ODBC Drivers > Number: -2147217900 (0x80040e14) > > UPDATE diary SET eventday = '::eventday::' , eventmonth = '::eventmonth::' , > eventyear = '::eventyear::' , caption = '::caption::' , desc = '::desc::' > WHERE (id = ::id::) > > > > Can anyone please tell me why this is happening? My Database Editor for > another table > (using the same connection) works fine. Am I only allowed 1 table per > connection? > > > --- > Outgoing mail is certified Virus Free. > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.784 / Virus Database: 530 - Release Date: 27/10/2004 > >
- Next message: Steve Easton: "Re: Page size to fit all monitors"
- Previous message: Ian Hills: "Syntax error in UPDATE statement."
- In reply to: Ian Hills: "Syntax error in UPDATE statement."
- Next in thread: Kevin Spencer: "Re: Syntax error in UPDATE statement."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|