I need to do bulk inserts / updates / deletes in a table after a table through JDBC. Database - Sybase.
Due to FK checks, I cannot do this because I am temporarily breaking integrity.
In MySQL, I can easily disable and check restrictions by issuing a simple command.
Is there a way to do the same in Sybase?
Thank.
source
share