Hi all,
I have an embedded sql program (C + SQL) which is throwing me a dead lock errors(sqlcod -911) sometimes when it updates a column in a table. Normally to my knowledge when it throws deadLock error for inserts or delets we can avoid it by frequent commits. but dont understand how to deal this. This particular applications runs on 8 nodes simultaneously trying to update a column of a table on its respective node.
Thanks in advance
Logic4fun
I have an embedded sql program (C + SQL) which is throwing me a dead lock errors(sqlcod -911) sometimes when it updates a column in a table. Normally to my knowledge when it throws deadLock error for inserts or delets we can avoid it by frequent commits. but dont understand how to deal this. This particular applications runs on 8 nodes simultaneously trying to update a column of a table on its respective node.
Thanks in advance
Logic4fun