navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
FrontPage Alternative
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

Free FrontPage Templates

Search Forums
 

Advanced search
Recent Posts

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

 

updating database

 
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 >> updating database
Page: [1]
 
Eli

 

Posts: 2659
From: ... er ...
Status: offline

 
updating database - 1/17/2002 10:27:13   
I'm updating a database using a web form & custom query:

I got this error returned, anyone know what it means and how I can fix it:

Database Results Error: mismatched parameter delimiters

thanx

"... treat me like a child.."
Mojo

 

Posts: 2441
From: Chicago
Status: offline

 
RE: updating database - 1/17/2002 12:39:47   
Could you post your SQL statement?

Joe


(in reply to Eli)
Eli

 

Posts: 2659
From: ... er ...
Status: offline

 
RE: updating database - 1/17/2002 13:57:23   
UPDATE Attractions
SET
Name='::Name::',
City='::City::',
County='::County::',
Area='::Area::',
Description='::Description::',
EmailName='::Email Name::',
Email='::Email::',
WebSiteName='::Web Site Name::',
WebSite='::Web Site::',
moredescription='::moredescription::',
moredescription2='::moredescription2::',
moredescription3='::moredescription3::',
Phone='::Phone::',
Photo='::Photo::',
Reviewwrite='::Review Write::',
visitorcomments='::Visitor Comments::',
comments='::Comments::',
map='::Map::',
family='::Family::',
Facilities=':: Facilities::',
Education='::Education::',
Relaxing='::Relaxing::',
fun='::Fun::',
where2stay='::where2stay::'
WHERE ID= ::ID

"... treat me like a child.."

(in reply to Eli)
ginnie

 

Posts: 527
From: St. Louis MO USA
Status: offline

 
RE: updating database - 1/17/2002 15:11:09   
Hi Micah,

I'm not sure about that particular error message, but "Name" is a reserved word and either shouldn't be used at all for a field name or should be surrounded by brackets in your queries:

Set [Name] = '::Name::'

ginnie
Global Presence Web Design

(in reply to Eli)
I_M_Spartacus

 

Posts: 3
Joined: 1/10/2002
From:
Status: offline

 
RE: updating database - 1/18/2002 15:58:24   
Do you need :: after the last ID?? This is not a suggestion. I'm just wondering. Thanx


(in reply to Eli)
Page:   [1]

All Forums >> Web Development >> ASP and Database >> updating database
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