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 did not create these fields, the database is close to 20 years old so please don't flame me. :) I have a database that has spaces in the column names and this is part of the select statement that is passed Titles.Low Sheet,
Msg 207, Level 16, State 1, Line 41 Msg 207, Level 16, State 1, Line 60 Msg 207, Level 16, State 1, Line 66 This is what the c# looks like [Column("Low Sheet")] [Column("Reg Price")] [Column("Sale Price")] This is what the entity property looks like: <entityProperty name="RegPrice" dataType="Decimal" columnName="Reg Price" /> Am I doing something wrong or is there a setting I should make? I am using the may 30 build. Thanks, Joe |
|
|
Try setting LightSpeedContext.QuoteIdentifiers = true -- that should improve matters. Let us know if it still doesn't work (and in this case could you attach the generated SQL? Thanks!). |
|
|
This is why I use your product. The support is amazing and if I RTFM, I would have found that. It works, thanks ivan. Joe |
|