From d7571664fd5caa8fc44325a3ec04f221decafc42 Mon Sep 17 00:00:00 2001 From: taktos9 Date: Mon, 27 Oct 2008 02:08:29 +0000 Subject: [PATCH] =?utf8?q?=E3=83=87=E3=82=A3=E3=82=AF=E3=82=B7=E3=83=A7?= =?utf8?q?=E3=83=8A=E3=83=AA=E6=A9=9F=E8=83=BD=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit git-svn-id: http://svn.sourceforge.jp/svnroot/ea2ddl/trunk/ea2ddl@68 136db618-7844-41ca-8ac1-fb3fd040db1d --- ea2ddl-parent/dist/ea2ddl/config/dictionary.properties | 3 +++ ea2ddl-parent/dist/ea2ddl/config/jdbc.dicon | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 ea2ddl-parent/dist/ea2ddl/config/dictionary.properties diff --git a/ea2ddl-parent/dist/ea2ddl/config/dictionary.properties b/ea2ddl-parent/dist/ea2ddl/config/dictionary.properties new file mode 100644 index 0000000..4d80ce9 --- /dev/null +++ b/ea2ddl-parent/dist/ea2ddl/config/dictionary.properties @@ -0,0 +1,3 @@ +MONEY=NUMBER(12) +FLAG=NUMBER(1) +ID=NUMBER(8) \ No newline at end of file diff --git a/ea2ddl-parent/dist/ea2ddl/config/jdbc.dicon b/ea2ddl-parent/dist/ea2ddl/config/jdbc.dicon index 0d07484..9e25427 100644 --- a/ea2ddl-parent/dist/ea2ddl/config/jdbc.dicon +++ b/ea2ddl-parent/dist/ea2ddl/config/jdbc.dicon @@ -11,7 +11,7 @@ "sun.jdbc.odbc.JdbcOdbcDriver" - "jdbc:odbc:exampledb" + "jdbc:odbc:exampledb_ea" "sa" "" -- 2.11.0