Icon View Thread

The following is the text of the current message along with any replies.
Messages 11 to 13 of 13 total
Thread Suggestion: "TEDBDataset.CreateTableFrom(aDataset: TDataset; aWithData: Boolean)" method
Tue, May 14 2013 11:59 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Barry,

<< What I'd like to see from Tim is the ability to clone any TDataset (like
TDBISAMTable, TkbmMemTable, TTable, T_xTable, TIBTable, TIBQuery etc.) and
with the appropriate {$IFDEF UseKBM) activated in the code, it would handle
indexes too. This would be a godsend for the people who are importing data
from another database, and everyone needs to do that one time or another
*inside* their program. (I don't like to use standalone applications because
I lose the ability to handle exceptions and flag rows that couldn't be
imported and I can't automate it.) >>

Check out edbmigrate.pas (\code\source subdirectory) - it has most of the
code already in there and can return SQL for creating tables, inserting
rows, etc. from anything that EDB can already migrate using the migrators.

Tim Young
Elevate Software
www.elevatesoft.com

Wed, May 15 2013 10:55 AMPermanent Link

Barry

>Check out edbmigrate.pas (\code\source subdirectory) - it has most of the
code already in there and can return SQL for creating tables, inserting
rows, etc. from anything that EDB can already migrate using the migrators.<

Wow! You're one step ahead of me yet again. VBG

edbmigrate.pas looks quite good. I think more people would know about it if there was a demo program that used it (under your Demos directory).

Thanks again.

Barry
Wed, May 15 2013 11:01 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Barry,

<< edbmigrate.pas looks quite good. I think more people would know about it
if there was a demo program that used it (under your Demos directory). >>

It's used in the migrators, so it wasn't really intended for general use,
but I can make it so. Smile

Tim Young
Elevate Software
www.elevatesoft.com
« Previous PagePage 2 of 2
Jump to Page:  1 2
Image