Det borde inte vara några problem, har inte heller användt access på ett flertal år.
Har du satt:
Citat:
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
Testa även att lägga till:
Citat:
<%
Response.contentType = "text/html"
Response.charset = " iso-8859-1, windows-1252"
%>
|