Browse Source

+ tablename must be in capitals

git-svn-id: trunk@3773 -
joost 19 năm trước cách đây
mục cha
commit
c2e6eb65d1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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');