yzx99

导航

 
Private Sub StatusBar1_PanelClick(ByVal Panel As MSComctlLib.Panel)
Dim Rs As ADODB.Recordset
  Set Rs = Conn.Execute("select str(12,10,2)")
  MsgBox Rs.Fields(0)
End Sub
posted on 2006-04-08 09:08  yzx99  阅读(191)  评论(0编辑  收藏  举报