2009/2/21 Chris Rehm <ch...@javadisciple.com>
> I want to write some programs to work with data from eveonline.com but my > installed database is MySQL and the data format they provide is a backup of > MSSQL. They recommend installing SQL Server 2005 Express and I've downloaded > that and am willing to install it, I just want to know if there is a > programmatic way of transferring the data to MySQL. Any help or insight > would be appreciated, I have been away from coding for several years because > of health issues and I'm trying to knock the rust off my brain and get going > again. > > Chris Rehm > ch...@javadisciple.com > > -- > MySQL General Mailing List > For list archives: http://lists.mysql.com/mysql > To unsubscribe: > http://lists.mysql.com/mysql?unsub=dimitar.vassi...@gmail.com > > You can make a ODBC/JDBC connection, export to CSV file, create a db link also