For a table such as tblA, it has two fields "name","status".
If I want to insert a record ("jianbo","I'm confused"
, finally in database it becomes "jianbo","I''m confused".
Then I do a select "select status from tblA where name='jianbo' ", it will be "I'm confused" . But in one of my SQL2000 database, the result comes as "I\'\'m confused".
Who know where I can change this definition in SQL server?
Thanks.
If I want to insert a record ("jianbo","I'm confused"
Then I do a select "select status from tblA where name='jianbo' ", it will be "I'm confused" . But in one of my SQL2000 database, the result comes as "I\'\'m confused".
Who know where I can change this definition in SQL server?
Thanks.