Hi,
I need to do bulk inserts/updates/deletes on a table-by-table basis via JDBC. Database is Sybase.
Because of FK checks, I can't do this, because I temporarily violate integrity.
In MySQL I can easily turn off and on constraint checks, by issuing a simple command.
Is there some way to do the same in Sybase?
Thanks.