I am creating table in a data base Access with the following command:
Code: Select all
DbCreate( "test2.mdb;table1", { { "NPEDIDO", "C", 6, 0 },;
{ "QTE", "N", 10, 0 },;
{ "VALOR", "N", 8, 2 } }, "ADORDD" )