views:

58

answers:

1

Hi, I am developing a c# win form. In it, i wanna to transfer data between 2 DBs. Data divide into 3 different categories (like employees, courses and letters).

Now, I wanna to know that how UI for this type of program could be? I think having a for example progress bar could be fine. What's you opinion?

Thank you.....

A: 

Hava a look at Visual Studio Team System 2008 Database Edition (aka Data Dude) if you can. It has a data compare utility that might give you some clues.

You might also have a look at other data compare utilities like AdeptSQL Diff or Red Gate SQL Data Compare.

Of course these are generic data compare utilities, for special requirements the UI might be quite different.

Aleris