additional | SQL | string |
Select * from tbl_brand WITH (NOLOCK) where intid=
AND blnActive = 1
| |
| | DatabaseName | string | Microsoft SQL Server | |
| | DatabaseVersion | | | DriverName | string | Microsoft JDBC Driver 4.0 for SQL Server | |
| | DriverVersion | | | Datasource | | |
| |
DataSource | | |
Detail | string | Incorrect syntax near the keyword 'AND'. | |
| |
ErrorCode | | |
Extended_Info | | |
ExtendedInfo | | |
Message | | |
NativeErrorCode | | |
queryError | string |
Select * from tbl_brand WITH (NOLOCK) where intid=
AND blnActive = 1
| |
| |
Sql | string |
Select * from tbl_brand WITH (NOLOCK) where intid=
AND blnActive = 1
| |
| |
SQLState | | |
StackTrace | string |
at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(SQLServerException.java:216):216
at com.microsoft.sqlserver.jdbc.SQLServerStatement.getNextResult(SQLServerStatement.java:1515):1515
at com.microsoft.sqlserver.jdbc.SQLServerStatement.doExecuteStatement(SQLServerStatement.java:792):792
at com.microsoft.sqlserver.jdbc.SQLServerStatement$StmtExecCmd.doExecute(SQLServerStatement.java:689):689
at com.microsoft.sqlserver.jdbc.TDSCommand.execute(IOBuffer.java:5696):5696
at com.microsoft.sqlserver.jdbc.SQLServerConnection.executeCommand(SQLServerConnection.java:1715):1715
at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeCommand(SQLServerStatement.java:180):180
at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeStatement(SQLServerStatement.java:155):155
at com.microsoft.sqlserver.jdbc.SQLServerStatement.execute(SQLServerStatement.java:662):662
at com.seefusion.StatementImpl.execute(StatementImpl.java:311):311
at lucee.runtime.db.driver.state.StateUtil.execute(StateUtil.java:37):37
at lucee.runtime.db.driver.state.StateStatement.execute(StateStatement.java:43):43
at lucee.runtime.type.util.QueryUtil.execute(QueryUtil.java:232):232
at lucee.runtime.type.QueryImpl.<init>(QueryImpl.java:244):244
at lucee.runtime.tag.Query.executeDatasoure(Query.java:815):815
at lucee.runtime.tag.Query.doEndTag(Query.java:610):610
at wheel_cfm$cf.call(/wheel.cfm:90):90
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:959):959
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:911):911
at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:225):225
at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:37):37
at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2276):2276
at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2239):2239
at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:460):460
at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:47):47
at javax.servlet.http.HttpServlet.service(HttpServlet.java:729):729
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:291):291
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206):206
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52):52
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239):239
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206):206
at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:720):720
at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:466):466
at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:391):391
at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:318):318
at lucee.commons.net.HTTPUtil.forward(HTTPUtil.java:569):569
at lucee.runtime.PageContextImpl.forward(PageContextImpl.java:2349):2349
at sun.reflect.GeneratedMethodAccessor78.invoke(Unknown Source):-1
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43):43
at java.lang.reflect.Method.invoke(Method.java:497):497
at lucee.runtime.reflection.pairs.MethodInstance.invoke(MethodInstance.java:55):55
at lucee.runtime.reflection.Reflector.callMethod(Reflector.java:863):863
at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:759):759
at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1601):1601
at _404_cfm$cf.call(/404.cfm:104):104
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:959):959
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:911):911
at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:225):225
at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:37):37
at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2276):2276
at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2239):2239
at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:460):460
at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:47):47
at javax.servlet.http.HttpServlet.service(HttpServlet.java:729):729
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:291):291
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206):206
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52):52
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239):239
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206):206
at com.seefusion.Filter.doFilter(Filter.java:109):109
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239):239
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206):206
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217):217
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:106):106
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:502):502
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:142):142
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79):79
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:88):88
at com.seefusion.SeeFusionValve.invoke(SeeFusionValve.java:52):52
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:518):518
at org.apache.coyote.ajp.AbstractAjpProcessor.process(AbstractAjpProcessor.java:844):844
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:673):673
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1500):1500
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1456):1456
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142):1142
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617):617
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61):61
at java.lang.Thread.run(Thread.java:745):745
| |
| |
TagContext | 1 | codePrintHTML | string | 88: Select * from tbl_brand WITH (NOLOCK) where intid=#GetWheel.intbrANDid#<br>
89: AND blnActive = 1<br>
<b>90: </cfquery></b><br>
91: <cfif getBrand.recordCount lt 1><br>
92: <cflocation url="/404Error.cfm" addtoken="false"><br>
| |
| | codePrintPlain | string | 88: Select * from tbl_brand WITH (NOLOCK) where intid=#GetWheel.intbrANDid#
89: AND blnActive = 1
90: </cfquery>
91: <cfif getBrand.recordCount lt 1>
92: <cflocation url="/404Error.cfm" addtoken="false">
| |
| | column | | | id | | | line | | | Raw_Trace | string | wheel_cfm$cf.call(/wheel.cfm:90) | |
| | template | string | D:\WebSites\downsouthcustomwheels.com\wheel.cfm | |
| | type | | |
| | 2 | codePrintHTML | string | 102: <cfset session.intWheelID = WheelID /><br>
103: <cfscript><br>
<b>104: getPageContext().forward(strPageWheelDetail & strQuery );</b><br>
105: </cfscript><br>
106: <cfabort><br>
| |
| | codePrintPlain | string | 102: <cfset session.intWheelID = WheelID />
103: <cfscript>
104: getPageContext().forward(strPageWheelDetail & strQuery );
105: </cfscript>
106: <cfabort>
| |
| | column | | | id | | | line | | | Raw_Trace | string | _404_cfm$cf.call(/404.cfm:104) | |
| | template | string | D:\WebSites\downsouthcustomwheels.com\404.cfm | |
| | type | | |
| |
| |
type | | |
where | | |