A very simple example delphi application using schemamatic/pascalgen.
commitdec8a16f9ceeb65e2ce1efc198d0140f609f3721
authorAvery Pennarun <apenwarr@gmail.com>
Sun, 16 Nov 2008 03:54:23 +0000 (15 22:54 -0500)
committerAvery Pennarun <apenwarr@gmail.com>
Sun, 16 Nov 2008 03:54:23 +0000 (15 22:54 -0500)
tree1045752274a29a0fc114bd4b17105e8a222f0d1c
parentf2774abcd8f1c120688a722379f2400bdf9a779a
A very simple example delphi application using schemamatic/pascalgen.
14 files changed:
examples/delphi-demo/.gitignore [new file with mode: 0644]
examples/delphi-demo/Schema/DATA/00000-ZAP.sql [new file with mode: 0755]
examples/delphi-demo/Schema/DATA/00100-DemoTable.sql [new file with mode: 0755]
examples/delphi-demo/Schema/Procedure/DemoAdd [new file with mode: 0755]
examples/delphi-demo/Schema/Procedure/DemoList [new file with mode: 0755]
examples/delphi-demo/Schema/Procedure/TestProc [new file with mode: 0755]
examples/delphi-demo/Schema/Table/DemoTable [new file with mode: 0755]
examples/delphi-demo/Schema/Trigger/DemoTrigger [new file with mode: 0755]
examples/delphi-demo/Schema/data-export.txt [new file with mode: 0644]
examples/delphi-demo/uDemoApp.dpr [new file with mode: 0644]
examples/delphi-demo/uDemoSchema.pas [new file with mode: 0644]
examples/delphi-demo/uMain.dfm [new file with mode: 0644]
examples/delphi-demo/uMain.pas [new file with mode: 0644]
examples/delphi-demo/uPwData.pas [new file with mode: 0644]