This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
I'm using the SqlServer2008 provider with LS 3 and for one of my queries the following SQL was created: SELECT Note the bolded column selector. I believe the column name Authorization should be bracketed. Please let me know if it's otherwise believed something else is wrong.
Thanks. |
|
|
If you set LightSpeedContext.QuoteIdentifiers = true then LightSpeed will bracket SQL Server identifiers and you won't have this issue with reserved words. |
|
|
Thank you! |
|