I have a database with customers names such as O'Neil. This presents a problem when I look them up after the initial entry. The look-up uses an auto fill so it reduces typing. The name comes up as ...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_10293340.html
Zones:
MS AccessDate Answered: 02/11/2000 Grade: A Views: 0
I'm trying to insert some rows from a text file and it keeps barfing on lines like
WOST Women's Studies ALS ALS 0000049991 where there is an apostr...
http://www.experts-exchange.com/Programming/Languages/Java/Q_11536658.html
Zones:
JavaDate Answered: 10/13/2000 Grade: A Views: 0
Response.Write "<a href=eventdetails1.asp?event_Name='" & Rs1("EventName")& "'>" & Rs1("EventName") &"</a>"
this is a link .if you click on that it will take you another page and display all re...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_11850638.htm...
Zones:
ASPDate Answered: 04/10/2001 Grade: C Views: 0
I'm trying to take a value from an Access db (text or memo) that may or may not have an apostrophe in its value. I'm trying to use that value when I'm creating a text box.
Like
response.write("<i...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_11876878.htm...
Zones:
ASPDate Answered: 11/16/2000 Grade: A Views: 0
Hello,
I am trying to caprture apostrophe in string. When I want to capture "my sister's", i can only get "my sister". Can someone help me? Thanks in advance.
http://www.experts-exchange.com/Programming/Languages/Java/Q_20087974.html
Zones:
JavaDate Answered: 03/14/2001 Grade: A Views: 0
Hi
I've been having a problem converting apostrophes!!!! I am generating and XML page through querying
a database on a Java servlet. On doing so the XML page generated contains all the proper...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XML/Q_20104934.htm...
Zones:
XMLDate Answered: 04/18/2001 Grade: A Views: 0
1) Do you have a javascript that adds an apostrophe wherever one is found in a text area when a form is submitted?
2)Do you have a javascript that will take the values of 5 text boxes and add t...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20153879.htm...
Zones:
ASPDate Answered: 06/07/2003 Grade: B Views: 0
Please will someone tell me how to avoid errors generated when a string value in the WHERE part of an SQL statement contains an apostrophe.
strWhere = "WHERE Customer = " & strCustomer
strCusto...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20261263.html
Zones:
Visual BasicDate Answered: 01/30/2002 Grade: A Views: 0
I'm stumped! The below code creates an HTML email with a link in it. I'm getting an error from the line with the link (3rd line of code).
The request for full_name_last is "O'Cull"
The apos...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20268316.htm...
Zones:
ASPDate Answered: 02/19/2002 Grade: A Views: 0
Hi,
I'm trying to replace any apostrophes within a string, using :
advert = advert.replace(''', ' ');
but get an 'Unclosed string literal' error.
How do I get around this?
Cheers
...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20317324.html
Zones:
JavaDate Answered: 07/01/2002 Grade: A Views: 0