Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 6 of 6 total
Thread #8963 error
Wed, Mar 3 2010 4:43 PMPermanent Link

Darren

DBISAM 4.29b2

In a test application I am pulling a pdf from a blob field in a table. When using c/s, it works fine, when I switch it to local, it fails with 8963 error.

The pdfs were originally loaded with 4.26b3 I believe.

BStr := TDBISAMBlobStream.Create(TBlobField(tblPDF.FieldByName('Document')),bmRead);

I tried a repair, but it reported no problems.

I can run it local, it fails, flip it to remote and it works.

I feel like I must be missing something, but best I can tell it is like I have described.
Wed, Mar 3 2010 4:55 PMPermanent Link

Darren

I have tried with another table and can't get it to replicate. In the first table, it seems like it worked ok until I appended a record to the end in DBSys by using CopyOnAppend. The other records loaded ok, but the new one gave the error.

I will look at it closer and see if I can recreate the situation.
Wed, Mar 3 2010 5:15 PMPermanent Link

Darren

I was able to reproduce by using DBSys, copyonappend true, copy a record, change the key field. That one appended record gives the error, none of the others do. A repair reports no problem.
Thu, Mar 4 2010 1:22 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Darren,

<< I was able to reproduce by using DBSys, copyonappend true, copy a record,
change the key field. That one appended record gives the error, none of the
others do. A repair reports no problem. >>

Thanks, I will check it out and see what I can find.

--
Tim Young
Elevate Software
www.elevatesoft.com

Thu, Mar 4 2010 2:24 PMPermanent Link

Darren

I found the problem. My ide was pointing to the older source code. This finally makes sense. I missed it because I glanced at the component on the form and it showed version 4.29b2.

Sorry to waste your time.
Fri, Mar 5 2010 11:58 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Darren,

<< I found the problem. My ide was pointing to the older source code. This
finally makes sense. I missed it because I glanced at the component on the
form and it showed version 4.29b2. >>

Ahh, good catch. Smiley

Thanks for the update,

--
Tim Young
Elevate Software
www.elevatesoft.com

Image