On Sat, 2002-06-15 at 18:28, Stefan Groschupf wrote: > Hi, > I'm new to sapdb. > I have to migrate from a mysql to a sapdb. ;-/ > Is there a tool, that can help me to copy the data to sapdb from a mysql db? > Something working with jdbc? > Has anyone here experience with this situation?
I did something similar with postgresql. I use jdbc to produce a csv of the data for each table: [...] "12";"bibi";"153";"hello"; "13";"bibi";"153";"hello"; "14";"bibi";"153";"hello"; [...] Then I imported each file with repmcli. You will probably need to modify your app to deal with mysql auto_increment fields : sapdb as a serial data type, but I don't know how to set the associated sequence. > > Maybe some hints for me? > > Thank you! > > Stefan > > > _______________________________________________ > sapdb.general mailing list > [EMAIL PROTECTED] > http://listserv.sap.com/mailman/listinfo/sapdb.general > > _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
