User dfeb81947d
07-11-2005 09:48:06
Dear Support,
Since the early version of JChem, I was using an application to import the molecules from a table to JChem Structure Table using UpdateHandler.INSERT_WITH_ID because the result of a structure search are CD_ID and we wanted CD_ID to be our primary key.
As INSERT_WITH_ID is deprecated and CD_ID is incremented automatically, is there a way to change it without needing to make a SQL update?
Does the use of setValuesForFixColumns changed since INSERT_WITH_ID is deprecated?
Kind Regards
Jacques
Since the early version of JChem, I was using an application to import the molecules from a table to JChem Structure Table using UpdateHandler.INSERT_WITH_ID because the result of a structure search are CD_ID and we wanted CD_ID to be our primary key.
As INSERT_WITH_ID is deprecated and CD_ID is incremented automatically, is there a way to change it without needing to make a SQL update?
Does the use of setValuesForFixColumns changed since INSERT_WITH_ID is deprecated?
Kind Regards
Jacques