diff -r d1e7424dc988 -r 9d430d9bc4b1 samples/livedb/build.xml --- a/samples/livedb/build.xml Tue Jun 01 12:08:47 2010 +0200 +++ b/samples/livedb/build.xml Fri Jul 16 23:35:08 2010 +0200 @@ -71,4 +71,39 @@ nbproject/build-impl.xml file. --> + + + + + + + + + + + + + + + + create table APP.AGE ( + NAME VARCHAR(30), + AGE NUMERIC(3) + ); + insert into APP.AGE values ('apidesign', 3); + + + none + + +