If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > General > Suggestions & Feedback > Problem with Forums

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-02-03, 12:10
Bagload Bagload is offline
Registered User
 
Join Date: Oct 2003
Location: Glasgow, UK
Posts: 8
Problem with Forums

Hi

I was responding to a user's post and provided a code sample for them.

The sample suggested that the user replace all occurences of a single quote with backslash single quote.

When I typed this using the actual punctuation characters the back slash had been removed when viewing the resulting reply.

For example...

Replace(objRs.Fields(1).Value, "'", "\'")

Should read Replace(objRs.Fields(1).Value, "SINGLE_QUOTE", "BACKSLASH_SINGLE_QUOTE")
Reply With Quote
  #2 (permalink)  
Old 10-02-03, 12:10
Bagload Bagload is offline
Registered User
 
Join Date: Oct 2003
Location: Glasgow, UK
Posts: 8
Re: Problem with Forums

Okay, so it's not happening in this forum. I was in the ASP Forum and it happened twice.

Quote:
Originally posted by Bagload
Hi

I was responding to a user's post and provided a code sample for them.

The sample suggested that the user replace all occurences of a single quote with backslash single quote.

When I typed this using the actual punctuation characters the back slash had been removed when viewing the resulting reply.

For example...

Replace(objRs.Fields(1).Value, "'", "\'")

Should read Replace(objRs.Fields(1).Value, "SINGLE_QUOTE", "BACKSLASH_SINGLE_QUOTE")
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On