Subject Re: [IB-Conversions] Northwind sample
Author Ann W. Harrison
martin_carmichael2005 wrote:
> Hello,
> I would like to convert the ms-sql northwind database to firebird
> any int how can I ?

Sigh. You'd think that the SQL Standard would make it easy
to move applications around. But not so...

Start by working on the data definitions, changing the
arbitrary difference so you can pass the script through
ISQL or your choice of tools. Check the ibphoenix.com
list of contributed tools for cross-platform tools that
can help this process.

Then do the same for the stored data.

Then do the same for the application - although it may
be easier to run the application as is through ODBC or
OLE DB


Regards,


Ann