Sherief N. Farouk <sher...@...> writes: > > > dear users > > I use sqlite for vb6, utf-8 database, > > when insert arabic data to database > > and search it with 'like' operator > > (within % syntax), return all records!!! > > Please help me... > > thanks > > John Smith > > _______________________________________________ > > Arabic, in general, is one hell of a language to deal with. Can you provide > some sample data, like a db file and sample query? > > - Sherief >
See http://www.sqlite.org/lang_expr.html#like and http://www.sqlite.org/lang_corefunc.html#like You might wish to implement your own Arabic-aware like(). MikeW _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

