Firebird Net Provider For VBA&VB6:用于 VBA 和 VB6 的 Firebird ADO.NET 提供程序-开源

时间:2021-06-29 02:45:40
【文件属性】:
文件名称:Firebird Net Provider For VBA&VB6:用于 VBA 和 VB6 的 Firebird ADO.NET 提供程序-开源
文件大小:823KB
文件格式:ZIP
更新时间:2021-06-29 02:45:40
开源软件 该项目使用 ADO.NET 技术提供到 Firebird 数据库的连接和命令。 使用的内容是“FirebirdSql.Data.FirebirdClient.dll”,需要Framework 4.5.2。 在测试示例之前,根据 Office 体系结构(32/64 位),以“管理员”身份运行“FbLib”文件夹中的“_Install.bat”文件并将其安装在您的系统上。 “示例”文件已准备为“嵌入式”,无需服务器软件。 如果您打算通过连接到系统来使用服务器,您只需要文件“fbclient.dll”。 您必须在“连接字符串”的“ClientLibrary”属性中指定它。 如果您需要管理程序,您可以使用以下程序之一: - https://www.sqlmanager.net/en/products/ibfb/manager - http://www.ibexpert.net/ibe/index.php? n=Main.Download ~~~ Zeki GÜRSOY ~~~
【文件预览】:
FbProviderForVBA.sln
FbProviderForVBA
----FbProviderForVBA.vbproj(6KB)
----FbClient()
--------FbConnectionStringBuilder.vb(8KB)
--------FbDataAdapter.vb(8KB)
--------FbTransaction.vb(2KB)
--------FbCommand.vb(4KB)
--------FbDataTable.vb(31KB)
--------FbConnection.vb(6KB)
--------FbDataReader.vb(4KB)
--------FbParameterCollection.vb(4KB)
--------FbDatabaseInfo.vb(7KB)
--------FbParameter.vb(6KB)
----FbProviderForVBA.snk(596B)
----My Project()
--------Settings.settings(279B)
--------AssemblyInfo.vb(1KB)
--------Settings.Designer.vb(3KB)
--------Application.Designer.vb(441B)
--------Resources.resx(6KB)
--------Resources.Designer.vb(3KB)
--------Application.myapp(481B)
----FbGlobal.vb(5KB)
----FbServices()
--------FbDatabasesInfo.vb(1KB)
--------FbBackup.vb(3KB)
--------FbValidation.vb(2KB)
--------FbNBackup.vb(3KB)
--------FbNRestore.vb(3KB)
--------FbBackupFile.vb(1KB)
--------FbSecurity.vb(4KB)
--------FbServerProperties.vb(3KB)
--------FbConfiguration.vb(3KB)
--------FbServerConfig.vb(4KB)
--------FbBackupFileCollection.vb(3KB)
--------FbUserData.vb(3KB)
--------FbRestore.vb(4KB)
----obj()
--------Debug()
--------Release()
----FbProviderForVBA.vbproj.user(144B)
----FbIsql()
--------FbScript.vb(2KB)
--------FbBatchExecution.vb(2KB)
----bin()
--------Debug()
--------Release()
----FirebirdSql.Data.FirebirdClient.dll(844KB)

网友评论

  • 最好是有最新的VB.NET连接FireBird 4.0数据库的示例