Results 1 to 2 of 2

Thread: Insertion of unicode characters into database oracle through pro c

  1. #1
    Join Date
    Jan 2007
    Posts
    1
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Insertion of unicode characters into database oracle through pro c

    Hi,

    I want to insert unicode characters like chienese , japanese etc into Oracle database from text files and again read them back from database into text files. And when " select * from table name " query is executed it must show all unicode characters inserted into database on SQL Prompt.


    This is the main requirement.Please help me

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Insertion of unicode characters into database oracle through pro c

    Did you try anything to achieve the goal? Qt uses unicode internally so it should either work out of the box or all you need to do is to set proper text codecs while reading/writing to the file.

Similar Threads

  1. Oracle Database Problem
    By magikalpnoi in forum Qt Programming
    Replies: 3
    Last Post: 27th September 2006, 21:19

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.