View previous topic :: View next topic |
Author |
Message |
NASCAR9 Intermediate
Joined: 08 Oct 2004 Posts: 274 Topics: 52 Location: California
|
Posted: Thu Oct 01, 2009 11:09 am Post subject: Insert a Quote |
|
|
I can't believe I don't know how to do this
I'm tiring to insert this value
Code: |
Paid according to your PPO contract with America's PPO
|
in a VARCHAR column and I keep getting errors.
I've tried Code: |
'Paid according to your PPO contract with America's PPO'
and "Paid according to your PPO contract with America's PPO"
|
Neither work. Can someone help? _________________ Thanks,
NASCAR9 |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12377 Topics: 75 Location: San Jose
|
Posted: Thu Oct 01, 2009 11:41 am Post subject: |
|
|
nasacar9,
Try this untested sql
Code: |
'Paid according to your PPO contract with America''s PPO' |
|
|
Back to top |
|
 |
NASCAR9 Intermediate
Joined: 08 Oct 2004 Posts: 274 Topics: 52 Location: California
|
Posted: Thu Oct 01, 2009 12:02 pm Post subject: |
|
|
kolusu,
Thanks for the response.
I tried the code and it inserted the double quotes " _________________ Thanks,
NASCAR9 |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12377 Topics: 75 Location: San Jose
|
Posted: Thu Oct 01, 2009 12:20 pm Post subject: |
|
|
NASCAR9 wrote: | kolusu,
Thanks for the response.
I tried the code and it inserted the double quotes " |
Nascar9,
Did you code 2 single quotes after the America? _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
NASCAR9 Intermediate
Joined: 08 Oct 2004 Posts: 274 Topics: 52 Location: California
|
Posted: Thu Oct 01, 2009 12:44 pm Post subject: |
|
|
kolusu, No! My mistake I tested again with two single quotes and it WORKS!
THANK YOU!! _________________ Thanks,
NASCAR9 |
|
Back to top |
|
 |
|
|