Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Hey Monks,
Using Sybase::CTlib ( Sybase Client Library API ) for posting data into a sybase database, can we implement Deadlock Retry Mechanism in Bulk- Copy Routines (BLK API) mode ?
I am doing BCP ( Bulk Copy ) using following BLK operations : blk_init(),blk_rowxfer(),blk_done() and blk_drop(). Wondering if the above API keeps track of the failed records in Bulk Copy Mode and inserts only those records upon retry.
Please advise.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Is it possible to implement Deadlock Retry Mechanism with Sybase::CTlib in BLK Copy Mode ?
by JavaFan (Canon) on Jul 21, 2011 at 12:45 UTC | |
by Anonymous Monk on Jul 21, 2011 at 14:15 UTC | |
by JavaFan (Canon) on Jul 21, 2011 at 14:54 UTC | |
|
Re: Is it possible to implement Deadlock Retry Mechanism with Sybase::CTlib in BLK Copy Mode ?
by mpeppler (Vicar) on Jul 23, 2011 at 14:20 UTC |