Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6105487
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T13:58:40+00:00 2026-05-23T13:58:40+00:00

hi I modified my sql statement as CREATE VIRTUAL TABLE [v_fts] USING fts4 (

  • 0

hi I modified my sql statement as

CREATE VIRTUAL TABLE [v_fts] USING fts4 
(
 [title], 
tokenize=icu
)" 

But when I am trying to insert data I am getting error SQL logic error or missing database

Edit

I had compiled sqlite with icu option using –DSQLITE_ENABLE_ICU

option.

how to load icu ?

I had uploaded shell code with makefile here

http://www.2shared.com/file/8hxA3KIn/sqlite.html

all: release32

CFLAGS = -fPIC -O6 -DNO_TCL -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3=1  -O3 -Os  -I. -DSQLITE_ENABLE_ICU `/home/vivek/downloads/icu/des32/bin/icu-config --cppflags`

export LDFLAGS += -Wl,--start-group 
export LDFLAGS += /home/vivek/downloads/icu/des32/lib/libsicui18n.a
export LDFLAGS += /home/vivek/downloads/icu/des32/lib/libsicuuc.a
export LDFLAGS += /home/vivek/downloads/icu/des32/lib/libsicudata.a
export LDFLAGS += -lcrypt -ldl -lz -lrt  -lssl -lpthread   
export LDFLAGS += -Wl,--end-group

OBJ=sqlite3.o\
    shell.o\
    icu.o\

release32: $(OBJ)
     g++34  -fno-exceptions -fno-operator-names ${CFLAGS} -DNDEBUG -m32  -static  $(OBJ) $(LDFLAGS) -o s.out
%.o:%.c
    gcc34 ${CFLAGS} -DNDEBUG -m32 -c    $<

my query are

CREATE VIRTUAL TABLE [vivek_fts] USING fts4 ( [title],tokenize=icu en_US)
insert into vivek_fts values("a");
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T13:58:41+00:00Added an answer on May 23, 2026 at 1:58 pm

    According to the full text search documentation you should use tokenize=icu en_US for example (specify an ICU locale identifier).

    Also, you should have ICU loaded.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How do you make an SQL statement that returns results modified by a subquery,
I'm using following update or insert Oracle statement at the moment: BEGIN UPDATE DSMS
How do you implement a last-modified column in SQL? I know for a date-created
I need to manually migrate modified stored procedures from a DEV SQL Server 2005
EDIT: Modified title and added update. UPDATE : We no longer believe this is
Given the following tables: CREATE TABLE tree ( id serial NOT NULL, name character
Using Transact SQL is there a way to specify a default datetime on a
I had a constraint in a table CREATE TABLE USERSAPPLICATIONS ( USERID NUMBER NOT
I am using mySQL from their C API, but that shouldn't be relevant. My
Is there any simple way to create a column in MS SQL that will

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.