If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > PostgreSQL > save rich text editor

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-09-10, 08:41
jrahma jrahma is offline
Registered User
 
Join Date: Apr 2003
Posts: 106
save rich text editor

I want to know to which data type I should save the the data from my ASP.NET rich text editor control into PostgreSQL?
Reply With Quote
  #2 (permalink)  
Old 10-09-10, 08:43
shammat shammat is offline
Registered User
 
Join Date: Nov 2003
Posts: 2,677
Use text

http://www.postgresql.org/docs/current/static/datatype-character.html
Reply With Quote
  #3 (permalink)  
Old 10-09-10, 08:45
jrahma jrahma is offline
Registered User
 
Join Date: Apr 2003
Posts: 106
but will it also support non-english characters like arabic?
Reply With Quote
  #4 (permalink)  
Old 10-09-10, 09:36
shammat shammat is offline
Registered User
 
Join Date: Nov 2003
Posts: 2,677
Quote:
Originally Posted by jrahma View Post
but will it also support non-english characters like arabic?
If your database has been created with UTF8, yes it will
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On