Download presentation
Presentation is loading. Please wait.
Published byAnabel Bates Modified over 9 years ago
1
Database Migration between various Applications Over Network -- Manish Padakanti U00261398
2
. 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 RDBMS The 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.
3
Software Requirements S.NOSOFTWARECONFIGURATIONS 1PlatformMicrosoft Visual Studio 2008 2Framework.NET Framework 3.5 3LanguageVB.Net 4Front EndWindows 5BackEndSqlserver 2008
4
Modules Login Module Client Module Server Module Migration Module
5
Sqlserver to Sqlserver Oracle to Oracle MS-Access to MS-Access Sqlserver to Oracle Access to Oracle Oracle to access Migration
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.