Selaa lähdekoodia

+ tablename must be in capitals

git-svn-id: trunk@3773 -
joost 19 vuotta sitten
vanhempi
commit
c2e6eb65d1
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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');