PC Review


Reply
Thread Tools Rate Thread

Database wizard problems

 
 
=?Utf-8?B?YW5uYU1hYw==?=
Guest
Posts: n/a
 
      22nd Feb 2006
Using the database Results wizard in Frontpage I have set up a database
editor page but get a database connection error when I verify the criteria:
Server error: Unable to retrieve schema information from the query:

UPDATE Results SET Sector = '1' , Company = '2' , Contact = '3' , Website =
'4' , Email = '5' , Telephone = '6' , Address = '7' , Position = '8' , Area =
'9' , Salary = '10' , Per = '11' , Description = '12' , Remote_computer_name
= '13' , Timestamp = '14' , Ref = '15' , subject = '16' , User_name = '17' ,
Browser_type = '18' WHERE (ID = 19)


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)

This is the SQL statement:


UPDATE Results SET Sector = '::Sector::' , Company = '::Company::' , Contact
= '::Contact::' , Website = '::Website::' , Email = '::Email::' , Telephone =
'::Telephone::' , Address = '::Address::' , Position = '::Position::' , Area
= '::Area::' , Salary = '::Salary::' , Per = '::Per::' , Description =
':escription::' , Remote_computer_name = '::Remote_computer_name::' ,
Timestamp = '::Timestamp::' , Ref = '::Ref::' , subject = '::subject::' ,
User_name = '::User_name::' , Browser_type = '::Browser_type::' WHERE (ID =
::ID:

I would appreciate your help!

Anna Mac
 
Reply With Quote
 
 
 
 
Kathleen Anderson [MVP - FrontPage]
Guest
Posts: n/a
 
      22nd Feb 2006
Anna Mac:
What version of FrontPage are you running? If FP2003, have you applied all
Office Service Packs?

--

~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
web: http://www.spiderwebwoman.com/resources/
FrontPage Support: http://www.frontpagemvps.com/




"annaMac" <(E-Mail Removed)> wrote in message
news:15279768-CE08-41CE-A93B-(E-Mail Removed)...
> Using the database Results wizard in Frontpage I have set up a database
> editor page but get a database connection error when I verify the
> criteria:
> Server error: Unable to retrieve schema information from the query:
>
> UPDATE Results SET Sector = '1' , Company = '2' , Contact = '3' , Website
> =
> '4' , Email = '5' , Telephone = '6' , Address = '7' , Position = '8' ,
> Area =
> '9' , Salary = '10' , Per = '11' , Description = '12' ,
> Remote_computer_name
> = '13' , Timestamp = '14' , Ref = '15' , subject = '16' , User_name = '17'
> ,
> Browser_type = '18' WHERE (ID = 19)
>
>
> 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)
>
> This is the SQL statement:
>
>
> UPDATE Results SET Sector = '::Sector::' , Company = '::Company::' ,
> Contact
> = '::Contact::' , Website = '::Website::' , Email = '::Email::' ,
> Telephone =
> '::Telephone::' , Address = '::Address::' , Position = '::Position::' ,
> Area
> = '::Area::' , Salary = '::Salary::' , Per = '::Per::' , Description =
> ':escription::' , Remote_computer_name = '::Remote_computer_name::' ,
> Timestamp = '::Timestamp::' , Ref = '::Ref::' , subject = '::subject::' ,
> User_name = '::User_name::' , Browser_type = '::Browser_type::' WHERE (ID
> =
> ::ID:
>
> I would appreciate your help!
>
> Anna Mac



 
Reply With Quote
 
=?Utf-8?B?YW5uYU1hYw==?=
Guest
Posts: n/a
 
      23rd Feb 2006
Kathleen, its 2003 with service pack 2 . I have solved the problem though,
thanks - Timestamp is a reserved name so I just had to bracket it and then
set any empty fields to zero length. It works fine now.

"Kathleen Anderson [MVP - FrontPage]" wrote:

> Anna Mac:
> What version of FrontPage are you running? If FP2003, have you applied all
> Office Service Packs?
>
> --
>
> ~ Kathleen Anderson
> Microsoft MVP - FrontPage
> Spider Web Woman Designs
> web: http://www.spiderwebwoman.com/resources/
> FrontPage Support: http://www.frontpagemvps.com/
>
>
>
>
> "annaMac" <(E-Mail Removed)> wrote in message
> news:15279768-CE08-41CE-A93B-(E-Mail Removed)...
> > Using the database Results wizard in Frontpage I have set up a database
> > editor page but get a database connection error when I verify the
> > criteria:
> > Server error: Unable to retrieve schema information from the query:
> >
> > UPDATE Results SET Sector = '1' , Company = '2' , Contact = '3' , Website
> > =
> > '4' , Email = '5' , Telephone = '6' , Address = '7' , Position = '8' ,
> > Area =
> > '9' , Salary = '10' , Per = '11' , Description = '12' ,
> > Remote_computer_name
> > = '13' , Timestamp = '14' , Ref = '15' , subject = '16' , User_name = '17'
> > ,
> > Browser_type = '18' WHERE (ID = 19)
> >
> >
> > 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)
> >
> > This is the SQL statement:
> >
> >
> > UPDATE Results SET Sector = '::Sector::' , Company = '::Company::' ,
> > Contact
> > = '::Contact::' , Website = '::Website::' , Email = '::Email::' ,
> > Telephone =
> > '::Telephone::' , Address = '::Address::' , Position = '::Position::' ,
> > Area
> > = '::Area::' , Salary = '::Salary::' , Per = '::Per::' , Description =
> > ':escription::' , Remote_computer_name = '::Remote_computer_name::' ,
> > Timestamp = '::Timestamp::' , Ref = '::Ref::' , subject = '::subject::' ,
> > User_name = '::User_name::' , Browser_type = '::Browser_type::' WHERE (ID
> > =
> > ::ID:
> >
> > I would appreciate your help!
> >
> > Anna Mac

>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Access Database runtCan't find wizard or wizard has not been insta lynnie Microsoft Access 1 18th May 2009 07:01 PM
Database Interface Wizard really a DB Table Wizard? SK Microsoft Frontpage 2 19th Mar 2004 05:40 AM
Database Interface Wizard problems =?Utf-8?B?UGhpbA==?= Microsoft Frontpage 0 11th Feb 2004 02:41 PM
How to Add an All Values Item to a Database Query by Using the FrontPage 2003 Database Results Wizard =?Utf-8?B?RGFuaWVs?= Microsoft Frontpage 4 2nd Feb 2004 05:36 PM
Database Interface Wizard problems Catherine Microsoft Frontpage 1 21st Oct 2003 12:10 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:03 PM.