An ADO Based Data Copying Utility
Click here for larger image
Environment: VC6 MFC and needs MDAC if not already available [eg VC6 SP4, NT4 SP3, winCE 2.0]
This is a simple utility that helps in copying data from one data source to another. I wrote this because I could not find any other utility for this surprisingly mundane operation. It can certainly do with improvements in the validations and the UI.
The GUI uses the property list control by Matt Gullett available here on CodeGuru.
To use the application just enter the DSN name for the source and target database, enter the tables names, login and passwords. Choose the field mapping and hit copy.
All the best... In case you can think of doing any improvements or addition of features... please do go ahead...

Comments
DTS
Posted by Legacy on 03/02/2003 12:00amOriginally posted by: Jimmy Jackson
There is a utility that does this and more
Its called DTS (data transformation service)
It comes with SQL SERVER and very powerfull tiio to transform data to one formate to another
Replyproblem in Release mode
Posted by Legacy on 11/25/2002 12:00amOriginally posted by: Anon
There seems to be a strange problem, this works fine in debug mode but fails silently :( in release mode !
ReplyComment
Posted by Legacy on 08/02/2002 12:00amOriginally posted by: Warz
This program is excellent.
It will be better if there explaination on the codes coz it's hard to understand.
Reply
good work
Posted by Legacy on 04/17/2002 12:00amOriginally posted by: Sanjeev
Good work Shyamal. I needed very similar tool, now I can use this one :)
Reply