PC Review


Reply
Thread Tools Rate Thread

Database Interface Wizard

 
 
=?Utf-8?B?a3lsZXE=?=
Guest
Posts: n/a
 
      31st Jul 2006
I have used the DIW to add a database maintenance function to my web. The
results will allow me to add a record, delete a record and view records but
it will not allow me to edit a record.
When I open a record for editing it allows me to make changes but when the
OK button is clicked the following error message pops up.

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

I get to this point by opening the List page and displaying the record set.
I double click on a record to open the detail page and click edit to open the
edit page. After making the changes I click the OK button and the error
message displays.
Help please

 
Reply With Quote
 
 
 
 
Kathleen Anderson [MVP - FrontPage]
Guest
Posts: n/a
 
      31st Jul 2006
Can you post your SQL (the UPDATE statement)?

--

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




"kyleq" <(E-Mail Removed)> wrote in message
news:371ACF21-E2A0-445F-AF3E-(E-Mail Removed)...
>I have used the DIW to add a database maintenance function to my web. The
> results will allow me to add a record, delete a record and view records
> but
> it will not allow me to edit a record.
> When I open a record for editing it allows me to make changes but when the
> OK button is clicked the following error message pops up.
>
> "Database Results Wizard Error
> Description: Syntax error in UPDATE statement.
> Number: -2147217900 (0x80040E14)
> Source: Microsoft JET Database Engine
>
> I get to this point by opening the List page and displaying the record
> set.
> I double click on a record to open the detail page and click edit to open
> the
> edit page. After making the changes I click the OK button and the error
> message displays.
> Help please
>



 
Reply With Quote
 
=?Utf-8?B?a3lsZXE=?=
Guest
Posts: n/a
 
      31st Jul 2006
Thanks for the response Kathleen.
I don't know what "post your SQL (the UPDATE statement)?" means.
The only Post reference in the edit.asp code looks like this:

<!--webbot bot="DatabaseRegionStart" endspan i-checksum="50178" --> <form
METHOD="POST" action="update.asp" onsubmit="return
FrontPage_Form1_Validator(this)" language="JavaScript" name="FrontPage_Form1">

It is the FrontPage generated script and I assume it cannot complete.
Kyleq



"Kathleen Anderson [MVP - FrontPage]" wrote:

> Can you post your SQL (the UPDATE statement)?
>
> --
>
> ~ Kathleen Anderson
> Microsoft MVP - FrontPage
> Spider Web Woman Designs
> web: http://www.spiderwebwoman.com/resources/
> FrontPage Support: http://www.frontpagemvps.com/
>
>
>
>
> "kyleq" <(E-Mail Removed)> wrote in message
> news:371ACF21-E2A0-445F-AF3E-(E-Mail Removed)...
> >I have used the DIW to add a database maintenance function to my web. The
> > results will allow me to add a record, delete a record and view records
> > but
> > it will not allow me to edit a record.
> > When I open a record for editing it allows me to make changes but when the
> > OK button is clicked the following error message pops up.
> >
> > "Database Results Wizard Error
> > Description: Syntax error in UPDATE statement.
> > Number: -2147217900 (0x80040E14)
> > Source: Microsoft JET Database Engine
> >
> > I get to this point by opening the List page and displaying the record
> > set.
> > I double click on a record to open the detail page and click edit to open
> > the
> > edit page. After making the changes I click the OK button and the error
> > message displays.
> > Help please
> >

>
>
>

 
Reply With Quote
 
Kathleen Anderson [MVP - FrontPage]
Guest
Posts: n/a
 
      31st Jul 2006
In the page "update.asp", in Code View, you should see a statement that
starts this way:
fp_sQry="UPDATE



--

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




"kyleq" <(E-Mail Removed)> wrote in message
news18B5CA2-5D02-4DF3-AB35-(E-Mail Removed)...
> Thanks for the response Kathleen.
> I don't know what "post your SQL (the UPDATE statement)?" means.
> The only Post reference in the edit.asp code looks like this:
>
> <!--webbot bot="DatabaseRegionStart" endspan i-checksum="50178" --> <form
> METHOD="POST" action="update.asp" onsubmit="return
> FrontPage_Form1_Validator(this)" language="JavaScript"
> name="FrontPage_Form1">
>
> It is the FrontPage generated script and I assume it cannot complete.
> Kyleq
>
>
>
> "Kathleen Anderson [MVP - FrontPage]" wrote:
>
>> Can you post your SQL (the UPDATE statement)?
>>
>> --
>>
>> ~ Kathleen Anderson
>> Microsoft MVP - FrontPage
>> Spider Web Woman Designs
>> web: http://www.spiderwebwoman.com/resources/
>> FrontPage Support: http://www.frontpagemvps.com/
>>
>>
>>
>>
>> "kyleq" <(E-Mail Removed)> wrote in message
>> news:371ACF21-E2A0-445F-AF3E-(E-Mail Removed)...
>> >I have used the DIW to add a database maintenance function to my web.
>> >The
>> > results will allow me to add a record, delete a record and view records
>> > but
>> > it will not allow me to edit a record.
>> > When I open a record for editing it allows me to make changes but when
>> > the
>> > OK button is clicked the following error message pops up.
>> >
>> > "Database Results Wizard Error
>> > Description: Syntax error in UPDATE statement.
>> > Number: -2147217900 (0x80040E14)
>> > Source: Microsoft JET Database Engine
>> >
>> > I get to this point by opening the List page and displaying the record
>> > set.
>> > I double click on a record to open the detail page and click edit to
>> > open
>> > the
>> > edit page. After making the changes I click the OK button and the
>> > error
>> > message displays.
>> > Help please
>> >

>>
>>
>>



 
Reply With Quote
 
=?Utf-8?B?a3lsZXE=?=
Guest
Posts: n/a
 
      31st Jul 2006
This is what that statement looks like. PhoneNumber is the key.
KyleQ
<%
fp_sQry="UPDATE Results SET Name = '::Name::' , Title = '::Title::' ,
Organization = '::Organization::' , City = '::City::' , Zip = '::Zip::' ,
Email = '::Email::' , WebSite = '::WebSite::' , Affiliation =
'::Affiliation::' , Category = '::Category::' , ShortDesc = '::ShortDesc::' ,
FullDesc = '::FullDesc::' , Password = '::Password::' , DateAdded =
':ateAdded::' WHERE (PhoneNumber = ::PhoneNumber:"



"Kathleen Anderson [MVP - FrontPage]" wrote:

> In the page "update.asp", in Code View, you should see a statement that
> starts this way:
> fp_sQry="UPDATE
>
>
>
> --
>
> ~ Kathleen Anderson
> Microsoft MVP - FrontPage
> Spider Web Woman Designs
> web: http://www.spiderwebwoman.com/resources/
> FrontPage Support: http://www.frontpagemvps.com/
>
>
>
>
> "kyleq" <(E-Mail Removed)> wrote in message
> news18B5CA2-5D02-4DF3-AB35-(E-Mail Removed)...
> > Thanks for the response Kathleen.
> > I don't know what "post your SQL (the UPDATE statement)?" means.
> > The only Post reference in the edit.asp code looks like this:
> >
> > <!--webbot bot="DatabaseRegionStart" endspan i-checksum="50178" --> <form
> > METHOD="POST" action="update.asp" onsubmit="return
> > FrontPage_Form1_Validator(this)" language="JavaScript"
> > name="FrontPage_Form1">
> >
> > It is the FrontPage generated script and I assume it cannot complete.
> > Kyleq
> >
> >
> >
> > "Kathleen Anderson [MVP - FrontPage]" wrote:
> >
> >> Can you post your SQL (the UPDATE statement)?
> >>
> >> --
> >>
> >> ~ Kathleen Anderson
> >> Microsoft MVP - FrontPage
> >> Spider Web Woman Designs
> >> web: http://www.spiderwebwoman.com/resources/
> >> FrontPage Support: http://www.frontpagemvps.com/
> >>
> >>
> >>
> >>
> >> "kyleq" <(E-Mail Removed)> wrote in message
> >> news:371ACF21-E2A0-445F-AF3E-(E-Mail Removed)...
> >> >I have used the DIW to add a database maintenance function to my web.
> >> >The
> >> > results will allow me to add a record, delete a record and view records
> >> > but
> >> > it will not allow me to edit a record.
> >> > When I open a record for editing it allows me to make changes but when
> >> > the
> >> > OK button is clicked the following error message pops up.
> >> >
> >> > "Database Results Wizard Error
> >> > Description: Syntax error in UPDATE statement.
> >> > Number: -2147217900 (0x80040E14)
> >> > Source: Microsoft JET Database Engine
> >> >
> >> > I get to this point by opening the List page and displaying the record
> >> > set.
> >> > I double click on a record to open the detail page and click edit to
> >> > open
> >> > the
> >> > edit page. After making the changes I click the OK button and the
> >> > error
> >> > message displays.
> >> > Help please
> >> >
> >>
> >>
> >>

>
>
>

 
Reply With Quote
 
Kathleen Anderson [MVP - FrontPage]
Guest
Posts: n/a
 
      31st Jul 2006
NAME is a reserved word in Access 2002 and Access 2003
http://support.microsoft.com/default...b;en-us;286335 you need to
change it to something else.

--

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


"kyleq" <(E-Mail Removed)> wrote in message
news:F1096F4D-F032-47A9-B165-(E-Mail Removed)...
> This is what that statement looks like. PhoneNumber is the key.
> KyleQ
> <%
> fp_sQry="UPDATE Results SET Name = '::Name::' , Title = '::Title::' ,
> Organization = '::Organization::' , City = '::City::' , Zip = '::Zip::' ,
> Email = '::Email::' , WebSite = '::WebSite::' , Affiliation =
> '::Affiliation::' , Category = '::Category::' , ShortDesc =
> '::ShortDesc::' ,
> FullDesc = '::FullDesc::' , Password = '::Password::' , DateAdded =
> ':ateAdded::' WHERE (PhoneNumber = ::PhoneNumber:"
>
>
>
> "Kathleen Anderson [MVP - FrontPage]" wrote:
>
>> In the page "update.asp", in Code View, you should see a statement that
>> starts this way:
>> fp_sQry="UPDATE
>>
>>
>>
>> --
>>
>> ~ Kathleen Anderson
>> Microsoft MVP - FrontPage
>> Spider Web Woman Designs
>> web: http://www.spiderwebwoman.com/resources/
>> FrontPage Support: http://www.frontpagemvps.com/
>>
>>
>>
>>
>> "kyleq" <(E-Mail Removed)> wrote in message
>> news18B5CA2-5D02-4DF3-AB35-(E-Mail Removed)...
>> > Thanks for the response Kathleen.
>> > I don't know what "post your SQL (the UPDATE statement)?" means.
>> > The only Post reference in the edit.asp code looks like this:
>> >
>> > <!--webbot bot="DatabaseRegionStart" endspan i-checksum="50178" -->
>> > <form
>> > METHOD="POST" action="update.asp" onsubmit="return
>> > FrontPage_Form1_Validator(this)" language="JavaScript"
>> > name="FrontPage_Form1">
>> >
>> > It is the FrontPage generated script and I assume it cannot complete.
>> > Kyleq
>> >
>> >
>> >
>> > "Kathleen Anderson [MVP - FrontPage]" wrote:
>> >
>> >> Can you post your SQL (the UPDATE statement)?
>> >>
>> >> --
>> >>
>> >> ~ Kathleen Anderson
>> >> Microsoft MVP - FrontPage
>> >> Spider Web Woman Designs
>> >> web: http://www.spiderwebwoman.com/resources/
>> >> FrontPage Support: http://www.frontpagemvps.com/
>> >>
>> >>
>> >>
>> >>
>> >> "kyleq" <(E-Mail Removed)> wrote in message
>> >> news:371ACF21-E2A0-445F-AF3E-(E-Mail Removed)...
>> >> >I have used the DIW to add a database maintenance function to my web.
>> >> >The
>> >> > results will allow me to add a record, delete a record and view
>> >> > records
>> >> > but
>> >> > it will not allow me to edit a record.
>> >> > When I open a record for editing it allows me to make changes but
>> >> > when
>> >> > the
>> >> > OK button is clicked the following error message pops up.
>> >> >
>> >> > "Database Results Wizard Error
>> >> > Description: Syntax error in UPDATE statement.
>> >> > Number: -2147217900 (0x80040E14)
>> >> > Source: Microsoft JET Database Engine
>> >> >
>> >> > I get to this point by opening the List page and displaying the
>> >> > record
>> >> > set.
>> >> > I double click on a record to open the detail page and click edit to
>> >> > open
>> >> > the
>> >> > edit page. After making the changes I click the OK button and the
>> >> > error
>> >> > message displays.
>> >> > Help please
>> >> >
>> >>
>> >>
>> >>

>>
>>
>>



 
Reply With Quote
 
=?Utf-8?B?a3lsZXE=?=
Guest
Posts: n/a
 
      1st Aug 2006
Hi Kathleen,
I changed the field from NAME to FULLName and regenerated the forms with
DIW with the same results. If you have other ideas I would appreciate them.
KyleQ

"Kathleen Anderson [MVP - FrontPage]" wrote:

> NAME is a reserved word in Access 2002 and Access 2003
> http://support.microsoft.com/default...b;en-us;286335 you need to
> change it to something else.
>
> --
>
> ~ Kathleen Anderson
> Microsoft MVP - FrontPage
> Spider Web Woman Designs
> web: http://www.spiderwebwoman.com/resources/
>
>
> "kyleq" <(E-Mail Removed)> wrote in message
> news:F1096F4D-F032-47A9-B165-(E-Mail Removed)...
> > This is what that statement looks like. PhoneNumber is the key.
> > KyleQ
> > <%
> > fp_sQry="UPDATE Results SET Name = '::Name::' , Title = '::Title::' ,
> > Organization = '::Organization::' , City = '::City::' , Zip = '::Zip::' ,
> > Email = '::Email::' , WebSite = '::WebSite::' , Affiliation =
> > '::Affiliation::' , Category = '::Category::' , ShortDesc =
> > '::ShortDesc::' ,
> > FullDesc = '::FullDesc::' , Password = '::Password::' , DateAdded =
> > ':ateAdded::' WHERE (PhoneNumber = ::PhoneNumber:"
> >
> >
> >
> > "Kathleen Anderson [MVP - FrontPage]" wrote:
> >
> >> In the page "update.asp", in Code View, you should see a statement that
> >> starts this way:
> >> fp_sQry="UPDATE
> >>
> >>
> >>
> >> --
> >>
> >> ~ Kathleen Anderson
> >> Microsoft MVP - FrontPage
> >> Spider Web Woman Designs
> >> web: http://www.spiderwebwoman.com/resources/
> >> FrontPage Support: http://www.frontpagemvps.com/
> >>
> >>
> >>
> >>
> >> "kyleq" <(E-Mail Removed)> wrote in message
> >> news18B5CA2-5D02-4DF3-AB35-(E-Mail Removed)...
> >> > Thanks for the response Kathleen.
> >> > I don't know what "post your SQL (the UPDATE statement)?" means.
> >> > The only Post reference in the edit.asp code looks like this:
> >> >
> >> > <!--webbot bot="DatabaseRegionStart" endspan i-checksum="50178" -->
> >> > <form
> >> > METHOD="POST" action="update.asp" onsubmit="return
> >> > FrontPage_Form1_Validator(this)" language="JavaScript"
> >> > name="FrontPage_Form1">
> >> >
> >> > It is the FrontPage generated script and I assume it cannot complete.
> >> > Kyleq
> >> >
> >> >
> >> >
> >> > "Kathleen Anderson [MVP - FrontPage]" wrote:
> >> >
> >> >> Can you post your SQL (the UPDATE statement)?
> >> >>
> >> >> --
> >> >>
> >> >> ~ Kathleen Anderson
> >> >> Microsoft MVP - FrontPage
> >> >> Spider Web Woman Designs
> >> >> web: http://www.spiderwebwoman.com/resources/
> >> >> FrontPage Support: http://www.frontpagemvps.com/
> >> >>
> >> >>
> >> >>
> >> >>
> >> >> "kyleq" <(E-Mail Removed)> wrote in message
> >> >> news:371ACF21-E2A0-445F-AF3E-(E-Mail Removed)...
> >> >> >I have used the DIW to add a database maintenance function to my web.
> >> >> >The
> >> >> > results will allow me to add a record, delete a record and view
> >> >> > records
> >> >> > but
> >> >> > it will not allow me to edit a record.
> >> >> > When I open a record for editing it allows me to make changes but
> >> >> > when
> >> >> > the
> >> >> > OK button is clicked the following error message pops up.
> >> >> >
> >> >> > "Database Results Wizard Error
> >> >> > Description: Syntax error in UPDATE statement.
> >> >> > Number: -2147217900 (0x80040E14)
> >> >> > Source: Microsoft JET Database Engine
> >> >> >
> >> >> > I get to this point by opening the List page and displaying the
> >> >> > record
> >> >> > set.
> >> >> > I double click on a record to open the detail page and click edit to
> >> >> > open
> >> >> > the
> >> >> > edit page. After making the changes I click the OK button and the
> >> >> > error
> >> >> > message displays.
> >> >> > Help please
> >> >> >
> >> >>
> >> >>
> >> >>
> >>
> >>
> >>

>
>
>

 
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
Database Interface Wizard-No Database editor page or submission fo Darla Microsoft Frontpage 1 30th Jun 2008 03:27 PM
Database Interface Wizard Jacie Wells Microsoft Frontpage 2 7th Jul 2006 12:01 PM
Database Interface Wizard & asp.net =?Utf-8?B?SmRlYW4=?= Microsoft Frontpage 1 25th Mar 2005 11:21 PM
database interface wizard failing - creates database but stops =?Utf-8?B?amFrZQ==?= Microsoft Frontpage 1 30th Sep 2004 01:09 AM
Database Interface Wizard really a DB Table Wizard? SK Microsoft Frontpage 2 19th Mar 2004 05:40 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:40 AM.