Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread Copy Structure into Memory Table
Tue, Jun 16 2009 2:59 PMPermanent Link

"Luzi Calivers"
Hello

I want top copy the Field-structure from a normal table into a memory-table.
In DBISAM i could use for this the AssignFields-Method.
Is this possible with EDB?

Tue, Jun 16 2009 7:55 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Luzi,

<< I want top copy the Field-structure from a normal table into a
memory-table. In DBISAM i could use for this the AssignFields-Method. Is
this possible with EDB? >>

There is no AssignFields method - are you talking about the
TDBISAMFieldDefs.Assign method ?

As for EDB - no, you cannot use the CreateTable or AlterTable methods
anymore since they don't exist.  You need to create the tables using SQL,
and you can reverse-engineer any table's SQL in the EDB Manager by dragging
and dropping a table from the left-hand explorer to any open SQL window.

--
Tim Young
Elevate Software
www.elevatesoft.com

Image