insert Apostrophe in MS Access

Hai,How can i insert Apostrophe character in Ms-access dadabase?insert into student values('name','good' boy);when i execute this i got error?. How do make the query to run Apostrophe.advance wishes
[237 byte] By [Daiesha] at [2007-11-27 9:49:27]
# 1
1. You escape the character by doubling it:'don''t prefer this way'2. Use PreparedStatement. It takes care of this and much more automagically.
BigDaddyLoveHandlesa at 2007-7-13 0:17:58 > top of Java-index,Java Essentials,Java Programming...
# 2
it's working :)thanks.
Daiesha at 2007-7-13 0:17:58 > top of Java-index,Java Essentials,Java Programming...
# 3
I hope you chose well.
BigDaddyLoveHandlesa at 2007-7-13 0:17:58 > top of Java-index,Java Essentials,Java Programming...