on 2013 Aug 28 4:13 AM
I need to open a .db file from Sybase. Reading its headers I found this:
9.0.2.3702 Sybase Inc.
What's the minimum software I need to open the file? Where can I find it?
I'm newbie and feel lost with so many tools...
Regards
Hi Marcis,
I assume you don't already have a copy of Adaptive Server Anywhere (SQL Anywhere) 9 on your machine?
If not, you should download SQL Anywhere 16 Developer Edition. Version 9 database files cannot be started directly on version 16, you will need to rebuild the database. Note you will need a username/password for the database, the default is dba/sql. Once the database is rebuilt, you should be able to access the data contained in it using Sybase Central and Interactive SQL. (Click 'Connect' in Sybase Central and choose 'Start and connect to a database on this computer').
Please note that the Developer Edition for development purposes only and should not be used in production.
Hope this helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No, production versions must be licensed - the developer edition cannot be used in production. In SQL Anywhere 11 or 12, if you are using an exclusive web application, there is the SQL Anywhere Web Edition available, that was free to use.
FWIW, the doc page http://www.sybase.com/detail?id=1068247 does not say that the free Web Edition is no more available with v16...
SQL Anywhere 9.x can open all versions back to (at least 5.5) With SQL Anywhere 10 a new file format was used, so with SQLA versions 10-16 you can open all DB files back (including) V10
When you wish to open a older format with v10 and up, you can convert them into the new format. (Basically a automatic unload/reload in the new format)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@@gg99: I don't think the problem you're unfortunately facing (see this FAQ) is a typical one for migrating SA databases - it's apparently due to the long deprecated T-SQL outer joins. Note: T-SQL outer joins have already been deprecated with SA v10...
User | Count |
---|---|
66 | |
11 | |
10 | |
10 | |
9 | |
7 | |
7 | |
6 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.