+ recreate is not supported by postgres

git-svn-id: trunk@1240 -
This commit is contained in:
joost 2005-09-30 22:04:19 +00:00
parent a978896d7f
commit 22e17d51db

View File

@ -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), ' +