OrderID is an autonumber column in your orders database usually, so it is always an integer and always unique.
Add to cart bindings don't matter in this part, so don't worry about them you are overcomplicating things.
Sounds like you might be making a mess over there. The OrderID column should probably be blank in the Store Cart Summary in database server behavior because it should be generated automatically in the orders table.