matt23lucier
MIS
This is what I am trying to do:
I have about 10 shipping stations that will be referencing the same SQL table (called shipper). This table only has one field (called shipNumber). This field is an integer value. These shipping stations will need to query this table to retrieve the current value of shipNumber and then increase the number by one. The problem I have is that I need to lock this record for the duration of selecting and increasing the shipNumber. Does anyone know how I can handle this?
Thanks
Matt
I have about 10 shipping stations that will be referencing the same SQL table (called shipper). This table only has one field (called shipNumber). This field is an integer value. These shipping stations will need to query this table to retrieve the current value of shipNumber and then increase the number by one. The problem I have is that I need to lock this record for the duration of selecting and increasing the shipNumber. Does anyone know how I can handle this?
Thanks
Matt