- - PR -
eclipseでSQLServer2000&Torque
| 投稿者 | 投稿内容 | ||||
|---|---|---|---|---|---|
|
投稿日時: 2003-10-23 18:35
なんというか・・・その通りでした。
環境は、win2kpro(sp4)上で ant1.5、torque-3.0.2、SQLServer2k(sp3a)、MSDE2k(sp3a)です。 jdbcはMicrosoft SQL Server 2000 Driver for JDBC(sp1)です。 # --以下build.propertiesです------------------------------------- torque.project = bookstore torque.database = mssql torque.targetPackage = jp.co.hogehoge torque.addGetByNameMethod = true torque.addIntakeRetrievable = false torque.addSaveMethod = true torque.addTimeStamp = true torque.basePrefix = Base torque.complexObjectModel = true torque.useClasspath = false torque.useManagers = false database.manual.creation = true torque.database.createUrl = jdbc:microsoft:sqlserver://hoge:1433;user=book;Password=store;DatabaseName=bookstore;SelectMethod=cursor torque.database.buildUrl = jdbc:microsoft:sqlserver://hoge:1433;user=book;Password=store;DatabaseName=bookstore;SelectMethod=cursor torque.database.url = jdbc:microsoft:sqlserver://hoge:1433;user=book;Password=store;DatabaseName=bookstore;SelectMethod=cursor torque.database.driver =com.microsoft.jdbc.sqlserver.SQLServerDriver torque.database.user = book torque.database.password = store torque.database.host = hoge torque.database.schema = bookstore torque.database.name = bookstore torque.sameJavaName = true #--------------------------------- どこかおかしいところはありますでしょうか。 | ||||
|
投稿日時: 2003-10-24 12:43
こんにちは、POTETOです。
とまとさん、フォローありがとうございます。 nothingさん、 ところで、build.propertiesに設定したスキーマのテーブルは DBにちゃんといますか? もしかしたら、dboやbook所有のテーブルしかいなかったなんて事は無いでしょうか? そんなことわかってるよ!! と思われたらすいません。一応確認したかったので。。。 | ||||
