Ask a Question related to Dreamweaver AppDev, Design and Development.
-
James #1
Error in code ?
i keep gettin this error can some1 tell me what im doimg wrong please
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[Microsoft][ODBC Microsoft Access Driver] Syntax error (missing operator) in
query expression 'B_ID ='.
/Sredirect.asp, line 16
heres the code from /Sredirect.asp, line 16
10.set spRedirect = Server.CreateObject("ADODB.Command")
11. spRedirect.ActiveConnection = MM_conn_STRING
12. spRedirect.CommandText = "UPDATE SMALLBANNERS SET B_CLICKED_TOTAL =
B_CLICKED_TOTAL + 1, B_CLICKED_DATE = Date() WHERE B_ID = " +
Replace(spRedirect__varID, "'", "''") + " "
13. spRedirect.CommandType = 1
14. spRedirect.CommandTimeout = 0
15. spRedirect.Prepared = true
16. spRedirect.Execute()
%>
thanks in advance ;-)
James Guest
-
Error with code
hi all i have proplem with this code // These lines begin broadcasting. var my_nc:NetConnection = new NetConnection(); // Create connection... -
Template error code 3 + Error Accessing files..
Hi, I am really out of any idea after searching Macromedia website and still cant find the solution. I faced the error code 3 when trying to update... -
Error Code
I have installed windows 2003 server and connected it to my network. I was able to have all my other pc joining the domain. However, when come... -
db2 sql error code ref
hello , can anyone provide me the ref for a complete sql error code explaination. i am using db2 udb v8.1 on windows -
Code Behind vs. no code behind: error
I believe that you will need to Inherit the StoreComponents.ProductTemplate into the class for the codebehind for the usercontrol. So in the... -
Tim Payne #2
Re: Error in code ?
That error usually means that the variable isn't being passed to the page,
check that the variable from the querystring is being passed to the page
correctly.......
Cheers,
Tim.
Tim Payne Guest



Reply With Quote

