View Single Post
  #2 (permalink)  
Old May 11th, 2007, 17:20
TheSealPortalTeam's Avatar
TheSealPortalTeam TheSealPortalTeam is offline
User of Users

SuperMember
Join Date: May 2007
Location: Buffalo
Posts: 283
Blog Entries: 14
Thanks: 2
Thanked 0 Times in 0 Posts
Re: Need Help with SQL Update

Firts read the value then update it by a string like
READ * from associate_list

dim intPrevNumber as int16 = reader.read("disc")

UPDATE ... dec='0" & intPrevNumber &' ...."
Reply With Quote