[PLUG] Database migration tool
Kenneth Gonsalves
lawgon at thenilgiris.com
Sat Mar 15 06:16:52 IST 2008
On 15-Mar-08, at 1:34 AM, Sharique uddin Ahmed Farooqui wrote:
>> if data is same and table structure different, you have to write sql
>> scripts to transfer the data from the old to the new - no tool
>> can do it
>>
>>
> writing code is easier for me than writing sql. So I have decided to
> write code migration script.
your code will be generating sql - which takes you one step further
away from the data and increase the likelyhood of bugs. Better to
write the sql itself.
--
regards
kg
http://lawgon.livejournal.com
http://nrcfosshelpline.in/code/
More information about the Plug-mail
mailing list