| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 873 人关注过本帖
标题:手机卡管理系统
取消只看楼主 加入收藏
雨蒙珍珍
Rank: 1
等 级:新手上路
威 望:1
帖 子:169
专家分:0
注 册:2006-4-10
收藏
 问题点数:0 回复次数:3 
手机卡管理系统
数据库连接成功,数据显示添加成功,但是在数据库中没有显示.这是什么原因?起初我们xp系统,我们认为可能是系统问题,我们就换了2000系统.但是还是不行.所以在网上请教大家.谢谢了
搜索更多相关主题的帖子: 手机 系统 管理 
2006-05-06 07:12
雨蒙珍珍
Rank: 1
等 级:新手上路
威 望:1
帖 子:169
专家分:0
注 册:2006-4-10
收藏
得分:0 
但是如果不匹配  也会有提示错误 。但是没有?怎么办呀
2006-05-06 12:41
雨蒙珍珍
Rank: 1
等 级:新手上路
威 望:1
帖 子:169
专家分:0
注 册:2006-4-10
收藏
得分:0 
谢谢你了。其实也怪我没说清。我们已经运行通过了。但是在数据库中看不到.
2006-05-06 12:50
雨蒙珍珍
Rank: 1
等 级:新手上路
威 望:1
帖 子:169
专家分:0
注 册:2006-4-10
收藏
得分:0 

<!--#include file="conn.asp"-->

<%
function zint(str)
dim i
dim a
dim b
dim c
c=0
b=0
for i=1 to len(str)
a=mid(str,i,1)
c=asc(a)-48
b=b*10+c
next
zint=b
end function

if request.Form("phone")="" then
response.redirect"admin_cardsadd1.asp?msg=你没有输入电话号码,请重新操作!!!"
end if
dim text,checknum
text="0123456789"
for i=1 to len(request.form("phone"))
checknum=instr(1,text,mid(request.Form("phone"),i,1))
if checknum=0 then
response.redirect"admin_cardsadd1.asp?msg=你输入的电话号码中有字母或其他字符,请检查重新输入!!!"
exit for
end if
next
if len(trim(request.form("phone")))=11 then
if checknum<>0 then
dim ph_time1,ph_type,ph_brand,m_id,ph_no,aphone
ph_brand=request.Form("brand")
ph_noduan=request.Form("noduan")
ph_time1=date
ph_no=request.Form("phone")
ph_type="普通号"
aphone="aphone"+ph_noduan
if request.Form("phone")<>"" then
set rsid=server.CreateObject("adodb.recordset")
strsql1="select lid from "&aphone&""
id1=0
rsid.open strsql1,conn,2,3
' set rsid=conn.execute("select * from "&aphone&"")
rsid.movelast
'id1=rsid.recordcount+id1
id1=rsid("lid")
id1=int(id1)+1


set rs=server.CreateObject("adodb.recordset")


' strsql="select * from "&aphone&""

dim rs,strsql
set rs=server.CreateObject("adodb.recordset")

strsql="insert into "&aphone&"(lid,ph_no,ph_brand,ph_type,ph_time1,m_id) values("&id1&",'"&ph_no&"','"&ph_brand&"','"&ph_type&"','"&ph_time1&"','"&m_id&"')"
conn.execute(strsql)

'response.Write aphone
'response.Write rs("ph_no")

' rs.addnew
' rs("ph_no")=ph_no
'rs("id")=id1
'rs("ph_brand")=ph_brand
'rs("ph_type")=ph_type
'rs("ph_time1")=ph_time1
' rs("m_id")=1
'rs.update

if conn.errors.count=0 then
response.write("<Script language='javascript'>alert('添加成功');location.href=('admin_cardsadd1.asp');</Script>")
end if
rs.close
set rs=nothing
else
response.redirect"admin_cardsadd1.asp?msg=发生错误请检查再重新执行操作!!!"
rs.close
set rs=nothing
end if
end if
else
response.write"输入的电话号码的个数少于11位!"
end if



现在已经好了  .我们发现是我们是在主健的数据类型上没弄好.
我们用C语言的算法  用VB的编写的.这个函数大家回用的上.送给大家了.

2006-05-06 19:45
快速回复:手机卡管理系统
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.026655 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved