Date: 2004-04-22T05:27:20
   Editor: 62.164.161.18 <>
   Wiki: DB Torque Wiki
   Page: GettingTorqueToWork
   URL: http://wiki.apache.org/db-torque/GettingTorqueToWork

   Added note about case MS SQL driver .JAR extensions

Change Log:

------------------------------------------------------------------------------
@@ -125,6 +125,12 @@
 
 -- knex
 
+= MS SQL Server insert-sql errors =
+
+If you're using the Microsoft SQL drivers, you must make sure all 3 .JAR files have 
their .jar extension in lowercase before putting them into the /lib folder. When you 
install the drivers, 2 of them are in uppercase by default. ANT only includes 
lowercase .jar files, leading to a ClassDefNotFound Exception when running the 
insert-sql task.
+
+-- BarnyRelph
+
 = Torque tells you "IdGenerator for table 'xxx' is null" =
 After creating a Database-Scheme and successfully compiling the sources and creating 
the tables, i got the mentioned Error-Message. I spent a lot of time to find out what 
went wrong. The Sequences were created (i'm using an oracle Database) and everything 
seems to be fine. I put the word "native" in every place where it could make sense to 
force the engine to use my sequences but always the same Exception appeared.
 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to