invalid character in rowid [message #76754] |
Thu, 26 June 2003 12:39 |
Becky Kugler
Messages: 1 Registered: June 2003
|
Junior Member |
|
|
I am getting a '+' in the rowid of some records being inserted into a table. I used the Server.HTMLEncode and Server.URLEncode methods in my ASP pages to try and convert the '+' into its html equivalent, but it's not working. Can you tell me some reasons why this would be happening and how to resolve it?
|
|
|
Re: invalid character in rowid [message #76840 is a reply to message #76754] |
Thu, 04 December 2003 15:44 |
Antonio TM
Messages: 1 Registered: December 2003
|
Junior Member |
|
|
the '+' means a white space in html code. if you send it as a parameter you
can replace the '+' with another simbol, like '-', before sending; changing it once you get it in the procedure/function you are calling.
|
|
|