当前位置:首页
开发技术指南» 文章正文
    引言:
 

 

 ·数据更新的问题update    »显示摘要«
    摘要: 我在按钮的click事件里头写: update user_inf set user_cipher = 123 where user_name = a using sqlca ; if sqlca.sqlnrows > 0 then messagebox("成功","提交") commit using sqlca ; end if 怎么没有更新......
 ·下面的提示是什么意思    »显示摘要«
    摘要: internal servlet error: javax.servlet.servletexception: 1084416 at java.lang.throwable.fillinstacktrace(native method) at java.lang.throwable.fillinstacktrace(compiled code) at java.lang.throwa......


帮忙看看这个有错误吗

Private   Sub   Form_Click()  
  Dim   s1   As   String,   s2   As   String,   s3   As   String  
  s1   =   "Visval   Basic程序设计"  
  Print   "s1:len(";   s1;   ")   =   ";   Len(s1)  
  Print   "s1:lenb(";   s1;   ")   =   ";   LenB(s1);  
  Print  
  s2   =   StrConv(s1,   vbFromUnicode)  
  Print   "执行   s2=strconv(s1.vbfromunicode)后"  
  Print   "s2:lenb(";   s2;   ")=";   LenB(s2)  
  Print  
  s3   =   StrConv(s2,   vbUnicode)  
  Print   "执行   s3=strconv(s2.vbUnicode)后"  
  Print   "s3:lenb(";   s3;   ")=";   LenB(s3)  
  End   Sub  
   
 

NO.1   作者: czztk

你把Form的AutoRedraw   属性设为TRUE试试看。


 ·如何删除一个文件    »显示摘要«
    摘要: 如题~想在程序中删除一个文件,怎么做? ......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE