Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 10 of 21 total
Thread 1.04
Sun, Jun 10 2007 7:09 PMPermanent Link

Michael Thompson
Since upgrading to 1.04 one of my table is causing an AV on Open. The table has
no data and is just 2 Varchar fields and a CLOB has there been any change to
Clobs
Sun, Jun 10 2007 7:16 PMPermanent Link

Michael Thompson
Michael Thompson <cross7@roadrunner.com> wrote:

Since upgrading to 1.04 one of my table is causing an AV on Open. The table has
no data and is just 2 Varchar fields and a CLOB has there been any change to
Clobs  Its coming from TEDBBlobStream Seek
Mon, Jun 11 2007 3:56 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Michael,

<< Since upgrading to 1.04 one of my table is causing an AV on Open. The
table has no data and is just 2 Varchar fields and a CLOB has there been any
change to Clobs  Its coming from TEDBBlobStream Seek >>

Could you send me the table in question along with the database catalog ?

Thanks,

--
Tim Young
Elevate Software
www.elevatesoft.com

Tue, Jun 12 2007 12:33 PMPermanent Link

Michael Thompson
Well 1.04b2 once again destroyed my table and I have to restare a backup. I open my project, and did a rebuild and the executed it in the IDE the first error was a EDBquery was missing and the next was
TEDBBlobStream Seek.

I can't send the tables because I'm under a confidentiality agreement. And there are to many to empty them and send them.

Any Suggestions
"Tim Young [Elevate Software]" <timyoung@elevatesoft.com> wrote:

Michael,

<< Since upgrading to 1.04 one of my table is causing an AV on Open. The
table has no data and is just 2 Varchar fields and a CLOB has there been any
change to Clobs  Its coming from TEDBBlobStream Seek >>

Could you send me the table in question along with the database catalog ?

Thanks,

--
Tim Young
Elevate Software
www.elevatesoft.com

Tue, Jun 12 2007 12:39 PMPermanent Link

Michael Thompson
I have EurekaLog installed so I can give you a complete dump if you want it...

Michael Thompson <cross7@roadrunner.com> wrote:

Well 1.04b2 once again destroyed my table and I have to restare a backup. I open my project, and did a rebuild and the executed it in the IDE the first error was a EDBquery was missing and the next was
TEDBBlobStream Seek.

I can't send the tables because I'm under a confidentiality agreement. And there are to many to empty them and send them.

Any Suggestions
"Tim Young [Elevate Software]" <timyoung@elevatesoft.com> wrote:

Michael,

<< Since upgrading to 1.04 one of my table is causing an AV on Open. The
table has no data and is just 2 Varchar fields and a CLOB has there been any
change to Clobs  Its coming from TEDBBlobStream Seek >>

Could you send me the table in question along with the database catalog ?

Thanks,

--
Tim Young
Elevate Software
www.elevatesoft.com

Tue, Jun 12 2007 1:56 PMPermanent Link

Michael Thompson
Tim,
Would you be able to do anything if I sent just the offending table and Catalog the catalog ref about 20 more tables though...

I was able to troubleshoot further after the fix in 1.04b2 and found I can open the table in edb Manager but when I activate it in the IDE I get the same AV.

Michael Thompson <cross7@roadrunner.com> wrote:

I have EurekaLog installed so I can give you a complete dump if you want it...

Michael Thompson <cross7@roadrunner.com> wrote:

Well 1.04b2 once again destroyed my table and I have to restare a backup. I open my project, and did a rebuild and the executed it in the IDE the first error was a EDBquery was missing and the next was
TEDBBlobStream Seek.

I can't send the tables because I'm under a confidentiality agreement. And there are to many to empty them and send them.

Any Suggestions
"Tim Young [Elevate Software]" <timyoung@elevatesoft.com> wrote:

Michael,

<< Since upgrading to 1.04 one of my table is causing an AV on Open. The
table has no data and is just 2 Varchar fields and a CLOB has there been any
change to Clobs  Its coming from TEDBBlobStream Seek >>

Could you send me the table in question along with the database catalog ?

Thanks,

--
Tim Young
Elevate Software
www.elevatesoft.com




Attachments: 2.pdf
Tue, Jun 12 2007 3:15 PMPermanent Link

Michael Thompson
I get the same AV if I run this code:
On any Table:

   SetKey;
   FieldByName('Chart Number').AsString := SearchQuery1.FieldByName('Chart Number').AsString;
   KeyFieldCount:= 1;
   GotoNearest;

Michael Thompson <cross7@roadrunner.com> wrote:

Tim,
Would you be able to do anything if I sent just the offending table and Catalog the catalog ref about 20 more tables though...

I was able to troubleshoot further after the fix in 1.04b2 and found I can open the table in edb Manager but when I activate it in the IDE I get the same AV.

Michael Thompson <cross7@roadrunner.com> wrote:

I have EurekaLog installed so I can give you a complete dump if you want it...

Michael Thompson <cross7@roadrunner.com> wrote:

Well 1.04b2 once again destroyed my table and I have to restare a backup. I open my project, and did a rebuild and the executed it in the IDE the first error was a EDBquery was missing and the next was
TEDBBlobStream Seek.

I can't send the tables because I'm under a confidentiality agreement. And there are to many to empty them and send them.

Any Suggestions
"Tim Young [Elevate Software]" <timyoung@elevatesoft.com> wrote:

Michael,

<< Since upgrading to 1.04 one of my table is causing an AV on Open. The
table has no data and is just 2 Varchar fields and a CLOB has there been any
change to Clobs  Its coming from TEDBBlobStream Seek >>

Could you send me the table in question along with the database catalog ?

Thanks,

--
Tim Young
Elevate Software
www.elevatesoft.com

Tue, Jun 12 2007 7:03 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Michael,

<< Would you be able to do anything if I sent just the offending table and
Catalog the catalog ref about 20 more tables though... >>

Yes, that would be fine.

<< I was able to troubleshoot further after the fix in 1.04b2 and found I
can open the table in edb Manager but when I activate it in the IDE I get
the same AV. >>

I think you're seeing a different issue than the original one, and I'm not
exactly sure what is going on with your tables.  I could not find any
evidence that the issue with the IDE AV in 1.04 B1 would cause any type of
corruption in the actual tables.  It simply messed up the instantiation of
the components in the IDE.

--
Tim Young
Elevate Software
www.elevatesoft.com

Tue, Jun 12 2007 7:04 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Michael,

<< Well 1.04b2 once again destroyed my table and I have to restare a backup.
I open my project, and did a rebuild and the executed it in the IDE the
first error was a EDBquery was missing and the next was TEDBBlobStream Seek.
>>

I'm not sure what you're seeing, but 1.04 in general is not destroying
tables.  I think you're getting the various issues confused.

--
Tim Young
Elevate Software
www.elevatesoft.com

Tue, Jun 12 2007 9:18 PMPermanent Link

Michael Thompson
I'm not sure what you're seeing, but 1.04 in general is not destroying
tables.  I think you're getting the various issues confused.

I think your right. I'm working on some test cases to better show what the problem is and to help clarify for myself.

Page 1 of 3Next Page »
Jump to Page:  1 2 3
Image