|
Hi
John,
A GUI
interface comonly used is the SQL Explorer (again ships with Delphi/C++Builder)
- but there are others. One you can get from ibobjects which I think is
the type of thing you're after.
Transferring of data from one db to another is traditionally done using the
Borland Database Engine (BDE), which is a part of the Delphi product. The BDE is
a similar architecture to ODBC or JDBC , where there is a common abstraction
layer and various drivers for databases. A "Data Pump" shipped with
Delphi to grab data from one and place in another. And there are some
components that can also help.
If you
can grab a copy of Delphi Client/Server or Enterprise you cxan gete these tools.
They also exist in C++Builder and (If memory serves me correct - early versions
- 1 & 2 - of JBuilder)
One
thing to be careful of is the mapping of datatypes from one type of db to
another.... I would get the db structure created via a script and then use a
tool to import the data. This way you can use the triggers and generators etc.
inside InterBase.
Hope
this is useful to you,
-Robert
PS -
I'm not subscribed to the Servlet or JSP list, so if you think this is of use to
them, then please send it to them.
|
- InterBase/MS SQL Server data port John McDonald
- Re: InterBase/MS SQL Server data port Robert Castaneda
- Re: InterBase/MS SQL Server data port Floyd Marinescu
- Re: InterBase/MS SQL Server data port Joe Shevland
