connectionparams.bas

来自「A practice wirh database LOB objects in 」· BAS 代码 · 共 15 行

BAS
15
字号
Attribute VB_Name = "connectionParams"
'Set the connection parameters for database

Public datasource As String
Public username As String
Public password As String

Public Sub setparams()
  datasource = "ifso817"
  username = "oledb"
  password = "oledb"
End Sub


⌨️ 快捷键说明

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