Advertisement

1 - 10 of 342 containing alltags:("apostrophe") (0.001 seconds)
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 ...
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...
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...
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...
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.
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...
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...
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...
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...
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 ...
Zones: JavaDate Answered: 07/01/2002 Grade: A Views: 0