⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 binarymgmt.bas

📁 快速数据库的编程实现 一定要用微软的数据引擎吗?一定要承受巨大的 DLL 文件?本程序说: No.
💻 BAS
字号:
Attribute VB_Name = "BinaryMgmt"
'Database will be a random access text file database
'List will be a random access text file database with just the headers

Public DatabasePath As String
Public BackupDatabasePath As String
Public IndexPath As String
Public dirty As Boolean
Public Any_Change_At_All As Boolean

'this is the delimiter I chose--you can choose another kind if you want
Public Const DOT = "

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -