浏览代码

+ tablename must be in capitals

git-svn-id: trunk@3773 -
joost 19 年之前
父节点
当前提交
c2e6eb65d1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      fcl/db/sqldb/examples/gfiltertable.pp

+ 1 - 1
fcl/db/sqldb/examples/gfiltertable.pp

@@ -31,7 +31,7 @@ begin
     ReadOnly := True;
 
     SQL.Clear;
-    SQL.Add('select * from fpdev');
+    SQL.Add('select * from FPDEV');
 
     Writeln('Id;Name;Email;birthdate');