Explorar o código

+ recreate is not supported by postgres

git-svn-id: trunk@1240 -
joost %!s(int64=20) %!d(string=hai) anos
pai
achega
22e17d51db
Modificáronse 1 ficheiros con 1 adicións e 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),            ' +