DBConvert for MS SQL & MySQL 2.1.0



DBConvert for MS SQL & MySQL is a database migration tool for data
conversion from MS SQL database to MySQL server and MySQL db to
Microsoft SQL.

You can convert SQL data to MySQL or MySQL to MS SQL databases simply
by configuring several options through Wizard interface or in command
line mode. Ability to organize application work using command line
parameters is supplemented with a scheduler so you can run the program
without user input after task scheduling.

If a direct access to your MySQL/MS SQL base is denied (insufficient
privileges) you can save your data into a dump file to overcome such
restrictions. The primary function of the MySQL/MS SQL privilege
system is to authenticate a user connecting from a given host, and to
associate that user with privileges to select, insert, update, and
delete a database. The SELECT, INSERT, UPDATE, and DELETE privileges
allow you to perform operations on rows in existing tables in a
database. The privilege system ensures that all users may perform only
the operations allowed to them. Thus in case you have any privileges
to create or modify a database on the target MySQL/MS SQL server there
is an opportunity to save your data into a dump file. DBConvert for MS
SQL & MySQL can transfer the content of the source database into a
local dump file and afterwards you are enabled to send Dump file to
MySQL server directly. The destination database in this case will be
recreated with all the tables filled with the data according to MySQL
or MS SQL statements . Using this dump file server administrator will
add data to your MySQL/MS SQL database.

One of the key things of database managing is the ability to filter
data during conversion. Integrated data filters allow users to
retrieve only specific data for converted tables according to defined
filtering criterias (conditions). Filters give you more control on
data migration process.

More Info: http://www.dbconvert.com/convert-mssql-to-mysql-pro.php
Download URL: http://dbconvert.com/downloads/dbconvert_mssql_mysql.zip
Screenshot URL: http://www.dbconvert.com/images/screenshot/mssql2mysql_pro-250.jpg
Order Page: http://www.dbconvert.com/order.php?prodID=300

.



Relevant Pages

  • Re: Can databases form automatic calculations?
    ... Basically I would like to know if there is some way to get a database ... All my product sales are ... Anyone know the MySQL function syntax for this if it is possible? ... The user interface is the SQL language which can be invoked ...
    (comp.databases)
  • Re: Dabbling in plain-text databases
    ... plain-text databases (and if they're worth using in lieu of sql). ... will be sort of a video game fansite, that will have a news page (news ... parsing a file like that any faster or slower than using MySQL? ... An sql based database is better for situations requiring  better ...
    (comp.lang.php)
  • Re: Can databases form automatic calculations?
    ... Basically I would like to know if there is some way to get a database ... All my product sales are ... Anyone know the MySQL function syntax for this if it is possible? ... The user interface is the SQL language which can be invoked ...
    (comp.databases)
  • Re: Can databases form automatic calculations?
    ... Basically I would like to know if there is some way to get a database to ... by examining the relevant fields in the "Sales" table. ... Anyone know the MySQL function syntax for this if it is possible? ... The user interface is the SQL language which can be invoked directly from ...
    (comp.databases)
  • Re: Newbie- Can I create a new MySQL database from within my app?
    ... >>I have no experience of creating a database in code (Not something I would ... >>recommend doing) but there are distribution utilities available for MYSQL. ... I recently wrote a Delphi app that connected to a MySQL server. ... create a database is a helluva learning curve. ...
    (alt.comp.lang.borland-delphi)