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
|
Hello, I'm getting Oracle error "ORA-01460:unimplemented or unreasonable conversion requested" when filtering data using LightSpeed 3.1. The exception is only thrown, when no data is existing for my query. I am filtering data by building a QueryExpression and using this in the Find<TEntity>() method of the UOW. I can execute the query generated by LightSpeed using Oracle SQL Developer without any problems. Am I missing something? |
|
|
This probably means some kind of parameter type mismatch, maybe a byte/char thing (where we infer a parameter type as Char but Oracle wants it to be Byte or vice versa) or something related to BLOBs or CLOBs. Setting VerboseLogging = true on the LightSpeed context displays parameter details and may provide some insight. Failing that, could you provide us with: * the schema of the Oracle table (CREATE TABLE statement); and we will see if we can figure out what the problem is. Thanks! |
|