Explorar el Código

+ recreate is not supported by postgres

git-svn-id: trunk@1240 -
joost hace 20 años
padre
commit
22e17d51db
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      fcl/db/sqldb/examples/bcreatetable.pp

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

@@ -26,7 +26,7 @@ begin
 
   Fconnection.Transaction := Ftransaction;
   
-  Fconnection.ExecuteDirect('recreate table FPDEV (       ' +
+  Fconnection.ExecuteDirect('create table FPDEV (       ' +
                             '  id INT NOT NULL,           ' +
                             '  Name VARCHAR(50),          ' +
                             '  Email CHAR(50),            ' +