Ask a Question related to Dreamweaver AppDev, Design and Development.
-
logic #1
Error, Incorrect synthax near ..... What am I doingwrong
I have three pages. Page one displays an article heading. (title). When a user
clicks this title, the article opens on page two. At the bottom of the article
is a link the says 'add a comment' When a user clicks the link, the articleId
is passed as a hidden link to page three. The recordset for page three is
filtered as using the url parameter filtering for only the articleid that was
clicked. Page three has a form that simply allows a user to add a comment so I
have another recordset and an insert behavior. My tables are articles
--------- articleId article articledate comment ------------- commentid
articleid comment comentDate Users --------- userid username Problem is when
the user clicks the 'add comment' on page two, this error is thrown Microsoft
OLE DB Provider for ODBC Drivers (0x80040E14) [Microsoft][ODBC SQL Server
Driver][SQL Server]Line 1: Incorrect syntax near ','. How do I fix it? Thanks
assigned
logic Guest
-
#38252 [Asn->Csd]: Incorrect PDO error message
ID: 38252 Updated by: iliaa@php.net Reported By: stochnagara at hotmail dot com -Status: Assigned +Status: ... -
#39580 [NEW]: Incorrect Error in Configure PDO
From: drh1 at cec dot wustl dot edu Operating system: Mac OS 10.4.8 PHP version: 5.2.0 PHP Bug Type: *Compile Issues Bug... -
error: Incorrect database or cursor name format
Does anyone have got an idea where I can find a solution for the following problem: I am running a 4ge-application since years. The... -
configured Identity is incorrect error
Hi, I have a website that uses some custom written COM+ components to handle Office documents etc. If I am logged on and have the Identity for... -
ftp error 530 login incorrect
hi im trying to use dreamweaver to upload a file and i received this error notice an ftp error occured cannot make connection to host 530 login... -
Ba Work #2
Re: Error, Incorrect synthax near ..... What am I doing wrong
Look in the address bar when you hover over the comment link on page 2,
is the link correct, it should be something like
[url]http://www.mysite.com/comments.asp?articleid=12345[/url]
If so, what is the code on page 3?
Brett
logic wrote:> I have three pages. Page one displays an article heading. (title). When a user
> clicks this title, the article opens on page two. At the bottom of the article
> is a link the says 'add a comment' When a user clicks the link, the articleId
> is passed as a hidden link to page three. The recordset for page three is
> filtered as using the url parameter filtering for only the articleid that was
> clicked. Page three has a form that simply allows a user to add a comment so I
> have another recordset and an insert behavior. My tables are articles
> --------- articleId article articledate comment ------------- commentid
> articleid comment comentDate Users --------- userid username Problem is when
> the user clicks the 'add comment' on page two, this error is thrown Microsoft
> OLE DB Provider for ODBC Drivers (0x80040E14) [Microsoft][ODBC SQL Server
> Driver][SQL Server]Line 1: Incorrect syntax near ','. How do I fix it? Thanks
> assigned
>Ba Work Guest



Reply With Quote

