--- FM2SQL/Attic/bla.xml 2005/02/16 13:00:48 1.2 +++ FM2SQL/Attic/bla.xml 2005/04/11 13:27:12 1.4 @@ -6,17 +6,19 @@ rogo 3333 | - convert + convert_temp false +
- + @@ -28,6 +30,21 @@ //false + + drop table "Blasius";create table "Blasius" + ( "title" TEXT, + "id" integer, + "comment" TEXT, + "reference" TEXT, + "table" TEXT, + "clip" TEXT, + "current" TEXT, + "tabledisplay" TEXT + ) + + select * from "Blasius" + +