Dwayne Cole wrote: > >>- what database > > ACCESS 2000
Oh dear. >>- what database driver > > N/A I presume this means the ODBC bridge? > Do I use these tags and function on the display page or do I use them on the action >page that inserts the content into the database? The problem might go away if you use cfcontent in your Application.cfm to specify whichever charset you used to have. For specifics: http://www.macromedia.com/support/coldfusion/internationalization/internationalization_cfmx/ To be able to insert data into the database correctly, you might need to use the setEncoding() function in your Application.cfm as well, both for the URL and the Form scope. What charset is the data you want to display? Jochem ______________________________________________________________________ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

