Database Migration between various Applications Over Network -- Manish Padakanti U00261398.

5
Database Migration between various Applications Over Network -- Manish Padakanti U00261398

Transcript of Database Migration between various Applications Over Network -- Manish Padakanti U00261398.

Page 1: Database Migration between various Applications Over Network -- Manish Padakanti U00261398.

Database Migration between various Applications Over Network

--Manish PadakantiU00261398

Page 2: Database Migration between various Applications Over Network -- Manish Padakanti U00261398.

.

This project aims to bring up the idea of automation of transfer of data structure (table) designs as well as data (records) from one DBMS to another (possibly different type of) DBMS across the network. The system has a source side (client) and destination side (server) parts. At the source side, the user selects a given RDBMS (MS SQL server, Oracle, MS-Access etc.) and interrogates to get a list of tables present in the system. He chooses a table, selects the columns of the table to migrate and sets up a filter condition for the records to pick. The user also specifies the destination RDBMS system (need not be the same type as the source) The definition of the table selected and its records are read by the application, converted into socket object and transmitted to the destination side application (server) using the network. The destination side application receives the Object, parses them and creates the required tables and records in the destination RDBMSThe project becomes very useful for an administrator who wishes to switch from one DBMS system to another. The entire data conversion becomes reliable, fast and efficient. These findings proved that Migration of database from a source machine to a destination machine is a very helpful application.

Page 3: Database Migration between various Applications Over Network -- Manish Padakanti U00261398.

Software Requirements

S.NO SOFTWARE CONFIGURATIONS

1 Platform Microsoft Visual Studio 2008

2 Framework .NET Framework 3.5

3 Language VB.Net

4 Front End Windows

5 BackEnd Sqlserver 2008

Page 4: Database Migration between various Applications Over Network -- Manish Padakanti U00261398.

Modules Login Module Client Module Server Module Migration Module

Page 5: Database Migration between various Applications Over Network -- Manish Padakanti U00261398.

Sqlserver to SqlserverOracle to OracleMS-Access to MS-AccessSqlserver to OracleAccess to OracleOracle to access

 

Migration