dbCOPY backward compatibility issue
Posted: Mon Mar 22, 2010 6:56 am
We are in the process of transitioning to Eviews 7 and have run across a backward compatibility issue with Eviews databases.
In our Eviews code, we first create a database on our local hard drive (dbcreate c:\...) and then copy this database up to our server (dbcopy) to be used by some people working with Eviews 7 and some people still working with Eviews 6. (We've found that this method works quicker than storing directly to the database on the server).
From an earlier post in this forum, I discovered that there is the new option on the dbcreate command for "type=eviews6" to set up a database that can be read by Eviews 6. This option works great for the database created on our C: drives -- they can be opened/queried by Eviews 6.
However, for some reason, this compatibility is lost as soon as the database is copied to our server. I just noticed that the database is Version 2.0 on the C: drive but becomes version 4.0 when it is copied to the server, and is thus not readable by Eviews 6.
Is this a bug or is there some dbcopy option that I'm missing?
In our Eviews code, we first create a database on our local hard drive (dbcreate c:\...) and then copy this database up to our server (dbcopy) to be used by some people working with Eviews 7 and some people still working with Eviews 6. (We've found that this method works quicker than storing directly to the database on the server).
From an earlier post in this forum, I discovered that there is the new option on the dbcreate command for "type=eviews6" to set up a database that can be read by Eviews 6. This option works great for the database created on our C: drives -- they can be opened/queried by Eviews 6.
However, for some reason, this compatibility is lost as soon as the database is copied to our server. I just noticed that the database is Version 2.0 on the C: drive but becomes version 4.0 when it is copied to the server, and is thus not readable by Eviews 6.
Is this a bug or is there some dbcopy option that I'm missing?