Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 4 of 4 total
Thread CreateTable Method
Sat, Jan 27 2007 6:20 AMPermanent Link

Mauricio Campana Nonino
Any chance "CreateTable" method be implemented in TEDBTable?

Thanks,

Mauricio Campana Nonino
Nonino Software
Sat, Jan 27 2007 11:37 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Mauricio,

<< Any chance "CreateTable" method be implemented in TEDBTable? >>

Unfortunately, no.  EDB uses all DDL statements for managing objects in the
database.  It cuts down on documentation and support costs, and keeps things
nice and simple in ElevateDB itself, which keeps bugs to a minimum.

--
Tim Young
Elevate Software
www.elevatesoft.com

Sun, Jan 28 2007 7:50 AMPermanent Link

Jose Eduardo Helminsky
Mauricio

I think the best way to deal with DBISAM and ElevateDB upgrades is starting to use a inherited Table/Query
components. After I changed the default components to these inherited, I´ve created methods or change its
behaviors internally and don´t need to change ALL my projects.

As I see, the FieldDefs and IndexDefs are still there, and therefore, I need to create a method "CreateTable" that
prepare a SQL statement to create a table.

Eduardo
Sun, Jan 28 2007 10:20 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Eduardo,

<< As I see, the FieldDefs and IndexDefs are still there, and therefore, I
need to create a method "CreateTable" that prepare a SQL statement to create
a table. >>

Yes, but the FieldDefs and IndexDefs are standard Delphi types in EDB, so
you can't specify min/max values and other types of constraints.

--
Tim Young
Elevate Software
www.elevatesoft.com

Image