Re: cfstoredproc changes every accent character to '?'

2005-03-09 Thread Ron Jonk
 I assume that you are talking about just a couple of problem 
 characters.
 Once identified you can do a replace and replace the offending 
 character with the ascii equivalent.  Once you've run the replace they 
 should go in the database ok. Hope that helps.
j

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:197999
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: cfstoredproc changes every accent character to '?'

2005-03-09 Thread Ron Jonk
Yep thanks that worked. It's a workaround though because I replaced the 
characters with the #acii equivalent this made the total amount of characters 
greater and I had to resize the varchar fields in the database. Also I get 
problems now with sorting and had to update also the input search criteria data 
to match the replaced characters. The other workaround is just updating the 
record with a normal cfquery.

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:198003
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


cfstoredproc changes every accent character to '?'

2005-03-08 Thread Ron Jonk
When I use cfstoredproc to insert a nvarchar string and use 
cf_sql_longvarchar or cf_sql_varchar as cfprocparam i receive a '?' for 
every nonlatin character into the SQL stored procedure. Can someone 
help me how i can recieve special characters like polonian characters 
into a stored procedure using cfstoredproc.


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:197865
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54