Please start any new threads on our new 
    site at https://forums.sqlteam.com.  We've got lots of great SQL Server
    experts to answer whatever question you can come up with.
    
        | 
                
                    | 
                            
                                | Author | Topic |  
                                    | ghassan_aljabiriStarting Member
 
 
                                        2 Posts | 
                                            
                                            |  Posted - 2007-12-20 : 10:16:17 
 |  
                                            | hii use aspx pages to store data in a tabel (sql server 2005 express)but the text data is stored as a series of question marks ("???....")every character is replaced with a "?"what is the problem ? how could i solve that? |  |  
                                    | jsmith8858Dr. Cross Join
 
 
                                    7423 Posts |  |  
                                    | harsh_athalyeMaster Smack Fu Yak Hacker
 
 
                                    5581 Posts | 
                                        
                                          |  Posted - 2007-12-20 : 10:19:37 
 |  
                                          | Probably you are storing unicode data in non-unicode columns.Harsh AthalyeIndia."The IMPOSSIBLE is often UNTRIED" |  
                                          |  |  |  
                                    | rmiaoMaster Smack Fu Yak Hacker
 
 
                                    7266 Posts | 
                                        
                                          |  Posted - 2007-12-20 : 15:30:19 
 |  
                                          | Even with unicode column, have to insert unicode value with N like N'xxx...'. |  
                                          |  |  |  
                                |  |  |  |