----- Original Message ----- From: "Steve Hansen" <[EMAIL PROTECTED]> To: "Turbine Torque Users List" <[EMAIL PROTECTED]> Sent: Monday, November 18, 2002 20:03 Subject: RE: IdGenerator for table 'myIdentTable' is null
> Andras, > > Many thanks for the quick reply, > after fixing the adapter config issue now the ms-jdbc driver is complaining: > org.apache.torque.TorqueException: [Microsoft][SQLServer 2000 Driver for > JDBC][SQLServer] > String or binary data would be truncated. > java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for > JDBC][SQLServer] > String or binary data would be truncated. > .... > > What driver are you using? > I'm using the Microsoft JDBC driver date stamped 4/19/2002 on > mssqlserver.jar > > Steve > Hi, My jdbc driver is the same i think because the date matches. What is your code ? Are you sure that your String doesn't exceed a limit like 255 chars? Andras. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
