This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Assume I have a MySQL and SQL Server database, each using the schema using the exact same LightSpeed migrations. I'd like to "clone" the data from MySQL to SQL Server as follows:
Does LightSpeed provide the infrastructure to do this without having to explicitly copy each entity by entity? I'd like to preserve dates, primary keys and so forth. Werner |
|
|
Not at such a broad level but you can use UnitOfWork.Import combined with UnitOfWork.Attach to handle this, e.g.
|
|