Login ProductsSalesSupportDownloadsAbout |
Home » Technical Support » DBISAM Technical Support » Incident Reports » Incident Reports Reported for Version 4.04 » View Incident Report |
Serious |
Reported By: Gary Stafford Reported On: 3/15/2004 For: Version 4.04 Build 1 |
Blob2:=Nil; DataSource1.DataSet.Open; {ok} DataSource1.DataSet.Edit; {ok} Blob2:=DataSource1.DataSet.CreateBlobStream( DataSource1.DataSet.FieldByName('tSharePrices'),bmReadWrite); {Ok} Blob2.Seek(256,0); {Ok} Blob2.Read(I,8); { I[1]=3604500 I[2]=3609000This is correct } I[1]:=I[1]+20; I[2]:=I[2]+20; { change the value of I Ok } Blob2.Position:=Blob2.Position-8; { move back to position in blob Ok } Blob2.Write(I,8); { write back the value Ok } Blob2.Free; {Ok } DataSource1.DataSet.Post; { Ok } DataSource1.DataSet.Close; {Ok}
This web page was last updated on Wednesday, October 30, 2024 at 11:41 AM | Privacy PolicySite Map © 2025 Elevate Software, Inc. All Rights Reserved Questions or comments ? E-mail us at info@elevatesoft.com |