Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread Migrating DBISAM 3 tables to EDB in code
Thu, May 17 2007 2:38 PMPermanent Link

Michael Fullerton
I am trying to migrate DBISAM 3 tables to EDB in code using the
example given in the help file. I have modifed the edbmigrate.pas file
as instructed. However I get an AV on this line:

        SourceDatabase.Session.GetTableNames('Source',SourceTables);

What am I missing?
Thu, May 17 2007 3:43 PMPermanent Link

Michael Fullerton
On Thu, 17 May 2007 11:36:26 -0700, Michael Fullerton
<fullerm@spamkiller-remove-cybermatrix.com> wrote:

>I am trying to migrate DBISAM 3 tables to EDB in code using the
>example given in the help file. I have modifed the edbmigrate.pas file
>as instructed. However I get an AV on this line:
>
>         SourceDatabase.Session.GetTableNames('Source',SourceTables);
>
>What am I missing?

The problem was the with statements. Migrator.SourceDatabase and
Migrator.DestDatabase were being confused with the variables
SourceDatabase and DestDatabase. You might want to change the help
section.
Fri, May 18 2007 3:36 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Michael,

<< The problem was the with statements. Migrator.SourceDatabase and
Migrator.DestDatabase were being confused with the variables SourceDatabase
and DestDatabase. You might want to change the help section. >>

It was changed already, but changed again since 1.03 will have a completely
different migration functionality based upon external modules.  You can see
it here:

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

--
Tim Young
Elevate Software
www.elevatesoft.com

Image