Hi guys,
Have an old application that was runs OK, but now got an error when compiled.
This is the error message :
android.database.sqlite.SQLiteException: no such function: iif (code 1): , while compiling:
select ID,BRCD,iif(sz <> '00', ART||' '||CLR||' '||SZ,ART) ART,PRC from m_art where unt in ('PCS') and id <> 0 order by ART,CLR,SZ
Is that a wrong select statement? I ran it via other database manager and it ran OK.
Have an old application that was runs OK, but now got an error when compiled.
This is the error message :
android.database.sqlite.SQLiteException: no such function: iif (code 1): , while compiling:
select ID,BRCD,iif(sz <> '00', ART||' '||CLR||' '||SZ,ART) ART,PRC from m_art where unt in ('PCS') and id <> 0 order by ART,CLR,SZ
Is that a wrong select statement? I ran it via other database manager and it ran OK.