I have a database of 1000+ products, descriptions, client info ect that are built on a .net software. I want to build/design a new ecommerce store in WordPress (database: MySQL). Is there anyway to integrate the old database into a new WordPress site?
This would save me the work of having to create 1000’s of new products in wordpress…
Thanks
There isn’t a way to get WordPress to use MSSQL or Access (assuming that is what you mean by .NET) without a lot of work (it is definitely possible, but you may need to re-write the database class), but there is a way to get your data across. It’s called the MySQL migration toolkit. It is supposed to be very easy to use and it is free.