Module1.bas
上传用户:plkplk66
上传日期:2007-06-06
资源大小:686k
文件大小:0k
源码类别:

其他行业

开发平台:

Visual Basic

  1. Attribute VB_Name = "Module1"
  2. Option Explicit
  3. Public FNAME As String
  4. Public rs As Recordset
  5. Public DataFile As Integer
  6. Public Fl As Long
  7. Public block As Integer
  8. Public Const blocksize As Integer = 16384
  9. Public Fragment As Integer
  10. Public Chunk() As Byte
  11. Public I As Integer
  12. Public db As Database
  13. Public flag As Integer