![]() |
Sergey Kornilov admin 4/11/2012 |
I would suggest to contact support directly sending a copy of your project file and a sample database for investigation. |
M
|
mune72 author 4/12/2012 |
Half solved: Customer.FamilyName || ' ' || Customer.Name
|
![]() |
Sergey Kornilov admin 4/12/2012 |
There is no bug in SQLite. You cannot concatenate NULL values. You need to make sure there are no null values. Replace NULLs with empty strings - that might help. |
M
|
mune72 author 4/12/2012 |
There is no bug in SQLite. You cannot concatenate NULL values. You need to make sure there are no null values. Replace NULLs with empty strings - that might help.
|