Click here to Skip to main content
15,885,309 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am new to SQLite database. How may I insert Hindi language data into SQLite database.
May you provide the syntax for creating table and insert query for inserting Hindi data into SQLite database.

Regards
Arvind
Posted

1 solution

All strings in SQLite use Unicode, so you do not need to do anything special to be able to store Hindi characters.

Look at this link to know more about syntax:

http://www.tutorialspoint.com/sqlite/sqlite_insert_query.htm[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900