dbTalk Databases Forums  

How can i store data ?(encoding and data type)

comp.databases.ms-sqlserver comp.databases.ms-sqlserver


Discuss How can i store data ?(encoding and data type) in the comp.databases.ms-sqlserver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
oruccim@gmail.com
 
Posts: n/a

Default How can i store data ?(encoding and data type) - 10-20-2007 , 08:03 AM






hi my friends;
i have got a problem.i thing you can help me
a='\x80\x02}q\x00(K\x02K\x03K\x04K\x06K\x05K\x07u. '
i want to store database but i don't know which encoding and data
ytpe
pls help me
sorry for my bed english...
thanks all


Reply With Quote
  #2  
Old   
oruccim@gmail.com
 
Posts: n/a

Default Re: How can i store data ?(encoding and data type) - 10-20-2007 , 08:05 AM






On 20 Ekim, 16:03, "oruc... (AT) gmail (DOT) com" <oruc... (AT) gmail (DOT) com> wrote:
Quote:
hi my friends;
i have got a problem.i thing you can help me
a='\x80\x02}q\x00(K\x02K\x03K\x04K\x06K\x05K\x07u. '
i want to store database but i don't know which encoding and data
ytpe
pls help me
sorry for my bed english...
thanks all
(i am using postgresql)



Reply With Quote
  #3  
Old   
Robert Klemme
 
Posts: n/a

Default Re: How can i store data ?(encoding and data type) - 10-20-2007 , 08:46 AM



On 20.10.2007 15:05, oruccim (AT) gmail (DOT) com wrote:
Quote:
On 20 Ekim, 16:03, "oruc... (AT) gmail (DOT) com" <oruc... (AT) gmail (DOT) com> wrote:
hi my friends;
i have got a problem.i thing you can help me
a='\x80\x02}q\x00(K\x02K\x03K\x04K\x06K\x05K\x07u. '
i want to store database but i don't know which encoding and data
ytpe
pls help me
sorry for my bed english...
thanks all

(i am using postgresql)
The crucial question is: is this binary data or text data? It it's
binary you should use one of the binary types (BLOB for example) and if
it's textual data, you should use some text type - in your case probably
with proper Unicode support.

HTH

robert


Reply With Quote
  #4  
Old   
Ed Murphy
 
Posts: n/a

Default Re: How can i store data ?(encoding and data type) - 10-20-2007 , 08:05 PM



oruccim (AT) gmail (DOT) com wrote:

Quote:
(i am using postgresql)
Then you want one or more of the comp.databases.postgresql.*
newsgroups. This one's for Microsoft SQL.


Reply With Quote
Reply




Thread Tools
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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.