A forum search for SQL fails to return anything.
A forum search for SQL fails to return anything.
Thanks! I ran into a problem executing:
<Query Name="Query493" RowName="row"><SQL>select OrderNumber from Orders where TransactionState='CAPTURED' and CapturedOn IS NOT NULL</SQL></Query>
It threw the error "Exception=Incorrect syntax near '<'. Incorrect syntax near '<'." I saw that there is a 128 character limit so I shortened the supplied example but it didn't run. Is there anything wrong with the statement above?
Obviously there's nothing wrong with the SQL itself, so the error must be generated from the package you're trying to run it in. Can we see more? Especailly since you say:
I saw that there is a 128 character limit so I shortened the supplied example but it didn't run.
http://www.esedirect.co.uk
--------------------------------------------------------------------------
Using MS 9.2.0.0 with the following customisations:
Lightbox/Fancybox enlarged images;
Auto-suggest searchbox;
Extra product information shown only to our IP Address (such as supplier info, costs, etc.);
Failed transactions emailed via trigger;
Custom app to show basket contents when customer online;
Orders pushed through to accounting systems.
All the above without source!