asp读数据库乱码

99percent 2015-08-25 11:59:55
<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
<% 'Option Explicit %>
<%
dim Ckk_Top,Key,rstping
Ckk_Top=1 %>
<!--#include File="conx/SQL.asp"-->
<!--#include File="conx/HTML.asp"-->
<!--#include File="conx/Ckk_Conn.asp"-->
<!DOCTYPE HTML>
<head>
<% response.charset="utf-8" %>
<% session.CodePage="65001" %>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
====================================================================
在上面include文件中都是utf-8格式的。
但读出来的数据还是乱码。
本页面include的文件都已转了utf-8的格式。
...全文
149 4 打赏 收藏 转发到动态 举报
写回复
用AI写文章
4 条回复
切换为时间正序
请发表友善的回复…
发表回复
CNetol 2015-08-28
  • 打赏
  • 举报
回复
应该是你文件本身编码有问题 用DW 快捷键 CTrl + J 看一下
hookee 2015-08-26
  • 打赏
  • 举报
回复
文件本身的编码和数据库字段的类型都要是utf-8的
yangtututu 2015-08-26
  • 打赏
  • 举报
回复
<%session.CodePage=65001 %>
99percent 2015-08-25
  • 打赏
  • 举报
回复
<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%> <!--#include File="conx/SQL.asp"--> <!--#include File="conx/Ckk_Conn.asp"--> <% Ckk_Top=1 %> <!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>商家展示|开平优惠网</title> <meta name="keywords" content="开平优惠网"> </head> <body> 地址:[ <% set rstsj1=server.createobject("adodb.recordset") sqlsj1="select * from Ckk_Class " rstsj1.open sqlsj1,dsn,1,1 if not rstsj1.eof then Response.Write rstsj1("ClassName") end if rstsj1.close set rstsj1=nothing%>] </body> </html> ===================================== 我将它缩短了读出。 也是乱码。 include里面已是utf-8了。 难道mdb数据库里还得需要调整什么吗????

28,401

社区成员

发帖
与我相关
我的任务
社区描述
ASP即Active Server Pages,是Microsoft公司开发的服务器端脚本环境。
社区管理员
  • ASP
  • 无·法
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧