随笔分类 - Firebird
Firebird+Delphi相关用法
摘要:FireBird 1.5 Quick Start(快速入门)简体中文 FireBird1.5的快速入门,有一份繁体版在http://csc.ocean-pioneer.com/docum/firebird/firebird.html,现在把它转为简体中文了FireBirdDatabase (快速入门)参考文件(均可自firebird网站找到):Novice's GuideMigration from MS-SQL to firebirdFirebordRelease Notes学习数据库基础是在sql的语法应用(请参考:firebird网站的说明文件最好把这份文件印出来,在写程序时可以
阅读全文
摘要:varrow:integer;sqlstr,sqlstr2:String;beginASG2.ScrollBars:=ssNone;ASG2.RowCount := 1; //表格为空row:=ASG2.rowcount-1;sqlstr:='select * from Ta where 1=1 '; if Et1.Text<>'' then begin //sqlstr2:='%'+Et1.Text+'%'; sqlstr:=sqlstr+' and UPPER(KHMC) like UPPER('+QuotedStr('%'+Et1.Text+'%')+')'; end;
阅读全文

浙公网安备 33010602011771号