Subject Re: MS SQL 2 InterBase Wizard
Author Andreas Tille
On Tue, 29 Aug 2000 marcelo.lopezruiz@... wrote:

> Considering this, I've just posted the first version of an sql2gdb
> wizard. I'm hoping this wizard will grow to manage all ADO-based data
> sources, so I won't continue development with the Access-specific
> version (although the wizard does consider Access-specific features,
> such Jet Checks on columns).
>
> As usual, all feedback is welcome.
This is the third feedback today from me ;-).

I would like the following idea: Optional output to an ASCII file
which contains the whole SQL code to build the database. This file
could be used as input for isql. If there are any problems you can
use an editor to make some changes. This could increase the chances
to get the beast migrated. The programming effort for the wizard
shouldn't be very high because I expect that the statements have
just to be stored into a file instead of throwing them to the server.

Kind regards

Andreas.