Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Converting from SQLBase -> Interbase

0 views
Skip to first unread message

Fredrik Pettersson

unread,
May 6, 1999, 3:00:00 AM5/6/99
to
What is the best way of converting an SQLBase database to an
Interbase SQL Server 5.5? I need to do some string manipulation
stuff etc before inserting the data into Interbase.

/Fredrik Pettersson

Herman Steigstra

unread,
May 6, 1999, 3:00:00 AM5/6/99
to
I would create a query for each table to be converted where the query
does the string manipulation work for you. You can also do the renaming
of columns in that query. Take care that when you use a TBatchMove, you
either should place the columns in the exact same order as your target
table or you have to put all the column names in the mappings list.

Herman Steigstra

0 new messages