Got it! I just saw the Database HowTo Guide on MS SQL Server. Forest for the trees... :)
Thanks. robert > -----Original Message----- > From: Gerhard Otte [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 04, 2004 10:26 AM > To: Apache Torque Users List > Subject: AW: [Newbie] Trouble executing create-db for MSSQL > > > Hello Robert > > add this line to your build.properties > > torque.database.manualCreation = true > > and create the database by hand (enterprise manager). > > Bye > Gerhard Otte > __ > mailto:[EMAIL PROTECTED] emediapark GmbH http://www.emediapark.de > Tel:+49 (0)941 630804-2 Fax:-9 Hemauerstr.14,93047 Regensburg,Germany > > -----Urspr�ngliche Nachricht----- > Von: Robert Taylor [mailto:[EMAIL PROTECTED] > Gesendet: Donnerstag, 4. M�rz 2004 16:11 > An: [EMAIL PROTECTED] > Betreff: [Newbie] Trouble executing create-db for MSSQL > > > Greetings: > > I'm just starting to use Torque (torque-gen-3.1) and I'm trying to > create a new database. > I can successfully run the "sql" target defined in build-torque.xml and > I > see that the correct DDL statements are generated for my target > database; MSSQL. > > When I run the "create-db" target, the corresponding create-db.sql file > created > only contains a single line: > > ECHO Not implemented > > Subsequently I get the following error message: > > torque.engine.database.transform' package > [echo] > [echo] Executing the create-db.sql script ... > [echo] > [sql] Executing file: F:\api\apache\db\Copy of > torque-gen-3.1\src\sql\crea > te-db.sql > [sql] Failed to execute: ECHO Not implemented > [sql] java.sql.SQLException: Incorrect syntax near the keyword > 'Not'. > [sql] 0 of 1 SQL statements executed successfully > > > I search the archives for "ECHO" and found nothing. > Any suggestions/help would be appreciated. > > robert > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
