高手们请看看:SQL SERVER中datetime,image和ntext在ASP中怎么表示???????

宏伊 2003-04-24 02:24:16
有一个存储过程的一段代码如下:
CREATE procedure PM_AddAccount
@acNumber int,
@acCardID int,
@acFinger varbinary(100),
@acLoginName char(40),
@acPassword char(20),
@acName char(40),
@acGender char(4),
@acBirth datetime,
@acEdu char(40),
@acRemark ntext,
@acPhoto image,
@acAppendItems ntext,
@Error varchar(300) output
--@acGUID char output
我想用ASP函数调用:我不知道ntext,image,datetime在ASP函数中的类型
...全文
88 1 打赏 收藏 转发到动态 举报
AI 作业
写回复
用AI写文章
1 条回复
切换为时间正序
请发表友善的回复…
发表回复
cpp2017 2003-04-24
  • 打赏
  • 举报
回复
直接定义变量就好,
Dim remark,photo,birth

28,409

社区成员

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

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