Miha Vrhovnik wrote:
There is a already a function lower() built in to SQLite. It returns a lowercase copy of a string.Does anybody know how to add custom function to sqlite3 in Delphi? Cariotoglou Mike?I'd like to add function 'Lower' so I can match case insenisitive text columns in table. Regards, Miha
Dennis Cote