> I am trying to convert an interbase and Paradox database to Sybase...
> Does anyone know how to do this? Are there any tools on doing this?
I don't know if there are any tools available. First you would
need to determine how compatible the schema design is between
these two. I'd suggest starting by doing some searching at
Sybase's web site. There is an Oracle migration document there
(and I believe one for MS SQL Server). Even if there isn't one
for your particular database you might get some ideas. You would
use bcp or DirectConnect (assuming there's a plugin for your
database) and CIS to copy data over. Massaging the schema
design and the related data would be the biggest headache.
-am © 2003
Mind if I ask what you used?
-am © 2003
OK, I thought you might have either used PowerDesigner or SQL Server's
data migrator.
-am © 2003