天天看點

SQLlite資料導入到mySQL,從MS SQL導入資料到MySQL

SQLlite資料導入到mySQL,從MS SQL導入資料到MySQL

I want to import data from MS SQL Server, run it through some sort of regexp to filter out stuff, and import it into MySQL. I then, for each query, wish to display a relevant image from a third database. What would be the easiest way to do this, importing and linking wise?

Thank you.

Clarification: It is a php application to filter data from another database, and then for each record show an associated image from a 3rd database. It is from scratch...

解決方案