Shahan Butt

Results 2 comments of Shahan Butt

this is what i did and its working for me : public void ChangeUserCurrentCar(int userID,int currnetCarNumb) { _connection.Execute ("Update UserTable set currentCar=" + currnetCarNumb + " where ID="+userID); }

When there is one user I get the data like this , which is perfect How to get it the same for 2 or more users?