Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread create Memory Table return Error # 9480
Mon, Feb 27 2006 4:34 AMPermanent Link

fausten
I set TDBISAMTable.Databasename:='Memory' to create memorytable. when destroy memorytale, i run TDBISAMTable.DeleteTable. but when i run
create memorytable many times, the system returns me "DBISAM Engine Error # 9480 The database '' is full and cannot contain any more tables".
Mon, Feb 27 2006 7:11 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Fausten,

<< I set TDBISAMTable.Databasename:='Memory' to create memorytable. when
destroy memorytale, i run TDBISAMTable.DeleteTable. but when i run create
memorytable many times, the system returns me "DBISAM Engine Error # 9480
The database '' is full and cannot contain any more tables". >>

DBISAM has a maximum limit of 4096 tables per database.

--
Tim Young
Elevate Software
www.elevatesoft.com

Image