when i work with Aceess Db i have SQL statment that cout the visitor:
update Tbl1 set fldvisit = fldvisit +1 where fld2='abc'
when i move to SQL Server it's not working
what to do?
update Tbl1 set fldvisit = fldvisit +1 where fld2='abc'
when i move to SQL Server it's not working
what to do?
Comment