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 Wizard Results Error Again

 
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 Wizard Results Error Again
Page: [1]
 
kkwwex

 

Posts: 6
Joined: 3/4/2008
Status: offline

 
Database Wizard Results Error Again - 3/4/2008 18:25:47   
I came across this post back in 2005 when the issue first arose. I replaced the 2000 fpclass files and everything worked perfectly and then a few months, it started happening again. The weird pary is my pages work just fine and information are continuing to update on the database, however I am not able to able to update queries in Frontpage. I get a Database Wizard Results Error. I followed the link provided by Microsoft, updated both my webserver and my local machine to SP2 and then resave all asp files that contains the database results wizard and it still doesn;t work. I tried to replacing the fpclass files again and that didnt work either. The pages that are affected contains the UPDATE and INSERT INTO function. I'm at a loss, can someone please help??
Spooky

 

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

 
RE: Database Wizard Results Error Again - 3/5/2008 1:03:30   
Do the statements contain any reserved words? its a list that is under constant review, there may be words you have previously used that are now not available.
Place brackets [ ] around all of the column names in the SQL statements to confirm.
Failing that though, it would be best to see an error message

_____________________________

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

§þ:)


(in reply to kkwwex)
kkwwex

 

Posts: 6
Joined: 3/4/2008
Status: offline

 
RE: Database Wizard Results Error Again - 3/5/2008 9:59:21   
It won't even let me do that and unfortunately the only error that comes up is "Custom query contains error" and it doesn't provide any more details.

the script runs just fine when i pull up the webpage but I can't edit the codes. here's the code I'm trying to edit. I just need to add another column.

INSERT INTO Results (FranchiseNbr,Contact,Phone,AirbillNbr,CheckNbr,CheckDate,CheckAmount,ReimburseAmt,Reason,Submitted) Values('::FranchiseNbr::','::Contact::','::Phone::','::AirbillNbr::','::CheckNbr::',cdate(#::CheckDate::#),'::CheckAmount::','::ReimburseAmt::','::Reason::',#::Submitted::#)

here's the 2nd code:
SELECT * FROM Results
WHERE FranchiseNbr= '::FranchiseNbr::' AND Submitted=cdate('::Submitted::')
ORDER BY ID DESC


(in reply to kkwwex)
kkwwex

 

Posts: 6
Joined: 3/4/2008
Status: offline

 
RE: Database Wizard Results Error Again - 3/5/2008 18:38:05   
Ok, after wasting 2 days on this, I figured it out. I stopped screwing with the Frontpage Data Results Wizard and just hard code the changes in the code view in the webbot script.

urgg.

(in reply to kkwwex)
Page:   [1]

All Forums >> Web Development >> ASP and Database >> Database Wizard Results Error Again
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