-
Apprentice
how to make query change value?
Pls. help how to make query commands to change or replace specific value ...
example in rangame1>chainfo>chaface
I want to change all values of 2 to 1
Thanks
-
-
Account Upgraded | Title Enabled!
Re: how to make query change value?
SQL = "Update ChaInfo Set Chaface = 1 where ChaName ='"&MyCharacterName&"'"
RanGame1.execute SQL
Something like that
Posted via Mobile Device
-
Account Upgraded | Title Enabled!
Re: how to make query change value?
like this too
USE RANGAME1
Update [ChaInfo] set [ChaInfo].ChaOnline=0
Update [UserInven] set [UserInven].UserMoney=5
Update [ChaInfo] set [ChaInfo].ChaMoney=0
just a sample