Firebird3基本使用

Posted 81

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Firebird3基本使用相关的知识,希望对你有一定的参考价值。

解决C#无法访问的情况:
1. 使用FirebirdSql.Data.FirebirdClient 5版本以上。
2.修改Firebird.conf配置文件WireCrypt为Enabled
#WireCrypt = Enabled (for client) / Required (for server)
WireCrypt = Enabled

C#连接字符串:

@"server=10.13.238.143;database=e:\temp\ee.gdb;user id=sysdba;password=masterkey;character set=UTF8;port number=3050"; //必须指定编码

是否允许远程访问:
#RemoteAccess = fase 禁止后,本地用127.0.0.1也无法访问了,不知这个参数如何理解

大小写:

在创建数据库时,表名、字段名等一定要大写,否则要打引号才能访问。在C#不要求大小写。

 

在使用FirebirdSql.Data.FirebirdClient5.9时遇到一个错误,无法引用另一个组件,不想深究,就是V5.5算了。

 

以上是关于Firebird3基本使用的主要内容,如果未能解决你的问题,请参考以下文章

从Firebird2.5 迁移到 Firebird3.0 手记

Firebird3 多文件支持

“连接被远程接口拒绝”使用 PDO 连接到 Firebird 3

如何在 Firebird 3.0 上启用线压缩

Autofac的基本使用---目录

MSF基本使用(基本结构与payload演示)