Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Accented Characters with ASP.Net and Access DB

Status
Not open for further replies.

davetwooh

Programmer
Feb 16, 2004
6
US
Pretty simple thing here. . . i've got an html page with a bunch of fields on it. WHen i submit it, i just want to save the fields to an access database. Everything works fine except if you have Accented characters for example José, when it saves to Access, it drops the e, so im left with Jos. Im opengin the access db with the OLEDB Jet driver, and issuing an Insert statement.

Im stumped, never ran into this before.

Any ideas would be much appreciated!

Dave in CT
 
Actually, the problem seems to be in the transfer of data between the HTML form and the page that i POST to, when i post the data my ACTION page reads the text boxes on the HTML page using request.form(FieldName), it's at this point that the data already has missing accented characters. Is there some setting on the IIS server, or the web page that i have to set in order for it to pass me the accented characters as well??? Im stumped

Dave
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top