Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread DBETran.exe
Wed, Dec 12 2007 11:26 AMPermanent Link

Allan Brocklehurst
Hello;
Stats :
DBISAM 5.25 b7
DBtran.exe
Source : MSAccess
# of Rows 1,061,141
Fields : 45
length of Record 472 bytes
Error : Temporary table resourse limit
I cannot get pas this error I can only transfer 490561 records
I did a search on the source code for dbtran and found no string  = "temporary table"

Any Suggestions
Allan B
Wed, Dec 12 2007 2:23 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Allan,

<< Stats :
DBISAM 5.25 b7
DBtran.exe
Source : MSAccess
# of Rows 1,061,141
Fields : 45
length of Record 472 bytes
Error : Temporary table resourse limit
I cannot get pas this error I can only transfer 490561 records
I did a search on the source code for dbtran and found no string  =
"temporary table" >>

That's because the error isn't coming from DBISAM.  Most likely the error is
from the BDE, and unfortunately there's not much we can do about that.  You
might want to consider this code example here combined with using something
like ADO Express instead:

http://www.elevatesoft.com/dbisam_faqt_22.htm

--
Tim Young
Elevate Software
www.elevatesoft.com

Thu, Dec 13 2007 1:26 PMPermanent Link

Allan Brocklehurst
Thanks Tim

ab

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

Allan,

<< Stats :
DBISAM 5.25 b7
DBtran.exe
Source : MSAccess
# of Rows 1,061,141
Fields : 45
length of Record 472 bytes
Error : Temporary table resourse limit
I cannot get pas this error I can only transfer 490561 records
I did a search on the source code for dbtran and found no string  =
"temporary table" >>

That's because the error isn't coming from DBISAM.  Most likely the error is
from the BDE, and unfortunately there's not much we can do about that.  You
might want to consider this code example here combined with using something
like ADO Express instead:

http://www.elevatesoft.com/dbisam_faqt_22.htm

--
Tim Young
Elevate Software
www.elevatesoft.com

Image