--- FM2SQL/Attic/bla.xml 2004/08/16 09:45:58 1.1 +++ FM2SQL/Attic/bla.xml 2005/04/11 13:27:12 1.4 @@ -5,9 +5,20 @@ jdbc:fmpro:http://141.14.237.74:8050 rogo 3333 - - + | + convert_temp + false +
+ +
+ + +
+ @@ -16,6 +27,24 @@ jdbc:postgresql://foxridge/test rogo 3333 + // + + 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" + +