Exception in MSAccess when adding datas with ' character
        Posted  
        
            by Suryakavitha
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Suryakavitha
        
        
        
        Published on 2010-03-09T09:13:07Z
        Indexed on 
            2010/03/09
            9:21 UTC
        
        
        Read the original article
        Hit count: 507
        
i am using windows forms application with MSAccess.... i got data from database table successfully but when i am trying to add data with (') character i got the exception that "OLEDB Exception: Syntax error(Missing Operator)inquery expression" ... Now how can i solve this problem? Plz tell me the solution of this problem....
all characters are accepted but apostrophe character only got error...
Thanks in Advance
© Stack Overflow or respective owner