OSDN Git Service

ディクショナリ機能追加
authortaktos9 <taktos9@136db618-7844-41ca-8ac1-fb3fd040db1d>
Mon, 27 Oct 2008 02:08:29 +0000 (02:08 +0000)
committertaktos9 <taktos9@136db618-7844-41ca-8ac1-fb3fd040db1d>
Mon, 27 Oct 2008 02:08:29 +0000 (02:08 +0000)
git-svn-id: http://svn.sourceforge.jp/svnroot/ea2ddl/trunk/ea2ddl@68 136db618-7844-41ca-8ac1-fb3fd040db1d

ea2ddl-parent/dist/ea2ddl/config/dictionary.properties [new file with mode: 0644]
ea2ddl-parent/dist/ea2ddl/config/jdbc.dicon

diff --git a/ea2ddl-parent/dist/ea2ddl/config/dictionary.properties b/ea2ddl-parent/dist/ea2ddl/config/dictionary.properties
new file mode 100644 (file)
index 0000000..4d80ce9
--- /dev/null
@@ -0,0 +1,3 @@
+MONEY=NUMBER(12)\r
+FLAG=NUMBER(1)\r
+ID=NUMBER(8)
\ No newline at end of file
index 0d07484..9e25427 100644 (file)
@@ -11,7 +11,7 @@
                        "sun.jdbc.odbc.JdbcOdbcDriver"\r
                </property>\r
                <property name="URL">\r
-                       "jdbc:odbc:exampledb"\r
+                       "jdbc:odbc:exampledb_ea"\r
                </property>\r
                <property name="user">"sa"</property>\r
                <property name="password">""</property>\r