Sfoglia il codice sorgente

+ recreate is not supported by postgres

git-svn-id: trunk@1240 -
joost 20 anni fa
parent
commit
22e17d51db
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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),            ' +