on ‎2012 Oct 23 4:32 AM
If I have an old Watcom database ...
How can I tell which version of Watcom it is?
How can I migrate this so I can use the data and upgrade to a newer database system?
Request clarification before answering.
1) Look at "Properies" -> "Details" -> "File version" in explorer for dbeng*.exe or run a "select @@version" SQL statement. 2) The dbunload tool of newer versions can be used to unload or upgrade the databases.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@@version does not tell you what version CAN start and use the database file, since you must HAVE started the database before you can use @@version... and at that point, you no longer need to run @@version 🙂
| User | Count |
|---|---|
| 15 | |
| 9 | |
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.