You are on page 1of 18

DATABASE CONVERTER

Under the Guidance of Mrs.S.Vinothini Dept. of MCA

Submitted by T.Prabha (0738m0631)

INTRODUCTION
Problem Definition

There are several databases like My Sql, access, oracle, sql etc which are used as backend for real time projects. The data for these databases may be in any format like excel sheet, files etc. These data must be manually typed in access table or some other database. To overcome this problem the project implements database converter which takes excel sheet as input and produce MySql database as output.

SCOPE OF THE PROJECT


Conversion of large databases Cost-effective utility Saves time by automatically converting the single or multiple database records from Excel database format to MySQL database format within seconds. Facilitate conversion of either whole database or selected database table records. Support all major versions of both Excel and MySQL

SOFTWARE AND HARDWARE SPECIFICATIONS


Hardware specification Processor :Intel Pentium IV Hard Disk : 80 GB Ram :256

Software Configuration Operating System : Windows XP Front End : Vb.net Back End : MySQL Server

Modules:

Reading excel sheet datas Creating my sql database Encryption & decryption

Reading excel sheet datas

Accessing and reading the data in excelsheet.and determining the field name, table name and other details about the data. Connect the Excel sheet by using ADODB connection. After reading data the type of the data should be determined.

Mapping Data To MySql

After collecting the required information a MySql table is created with the name given by user. Partial or Full conversion can be done Full Conversion All the fields are mapped to MySql table. Partial Conversion Selected fields are mapped.

User Select excel book Select sheet

Name given
Use sheet Use new name

Read
Map Full Partial Select fields Map selected Process execution

INPUT DESIGN

OUTPUT DESIGN Partial Conversion

Full Conversion

Screen Shot

Selecting Excel sheet

Option Sheet

Full Conversion

Partial Conversion

Conclusion

The database conversion utility allows its users to overwrite the contents of existing database records with the converted database records or saves the converted database records on the disk at specified location for future usage.

References

Askme.com I get details about mini projects. Passing text between forms with VB.NET here I read about the module creation in VB.net

You might also like