配置所有的引用,第一个下载包需要设置包含而不是引用
链接数据库
FbConnection conn = new FbConnection(DatabaseHelper.Instance.ConnectionString);
conn.Open();
FbConnection继承IConnection.后面的比较好处理了
内置函数
下载:http://jaist.dl.sourceforge.net/sourceforge/firebird/Firebird-2.0.1.12855-1_embed_win32_pdb.zip
下载: FirebirdSql.Data.Firebird.dll
SUM
AVG
MAX。。。
UPPER