firebird 数据库从 Windows XP 迁移到 Windows 7
我已将操作系统从 Windows XP 更改为 Windows 7。我在 Windows 7 上安装了 firebird 1.5.3.4870 和驱动程序 firebird odbc 1.2.0.69。但是当我转到 ODBC 数据源管理器 -> drivers 我看不到 firebird 驱动程序。当我安装新版本的 firebird 驱动程序时,我在数据源管理员上看到它,但无法打开旧数据库。是否可以在 Windows 7 中打开在 win xp 上创建的 firebird 数据库。
谢谢并致以最诚挚的问候
I have changed my operating system from windows XP to windows 7. I installed firebird 1.5.3.4870 and driver firebird odbc 1.2.0.69 on windows 7. But when I go to ODBC Data Source Administrator -> drivers I cannot see firebird driver. When I install new version of firebird driver I see it on data source administrator but I can't open old databases. Is it possible to open firebird databases created on win xp in windows 7.
Thanks and best regards
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您从Windows XP 32位迁移到Windows 7 64位,您将必须备份(在Windows XP上!)和恢复数据库(在Windows 7上),因为2.1之前的Firebird数据库的数据库结构(我认为可能是2.0) )在没有备份/恢复的情况下无法在 32 位和 64 位体系结构之间传输。
另请注意,Firebird 1.5 与 Windows 7 不兼容(从未在 Windows Vista 和 Windows 7 下进行过测试),因此您可能还想升级到 Firebird 2.5.1(尽管您可能想先进行测试)。
If you migrated from Windows XP 32 bit to Windows 7 64 bit you will have to backup (on Windows XP!) and restore the database (on Windows 7), as the database structure of Firebird database before 2.1 (I think, could be 2.0) are not transportable between 32 bit and 64 bit architectures without backup/restore.
Also be aware that Firebird 1.5 is not compatible with Windows 7 (it was never tested under Windows Vista and Windows 7), so you might want to upgrade to Firebird 2.5.1 as well (although you might want to test that first).