Please be aware that the SAP SQL Anywhere Forum will be shut down on August 29th, 2024 when all it's content will be migrated to the SAP Community.

Hello

I am in posession of a .db Sybase file with the following header: Sybase Inc., Copyright (c)2000 9.0.2.3044. Is there a way for me to read the contents of this file/database, having only the file and not the original computer it was on?

For example if I wish to access an MSSQL Database I can just attach it to SQL Server Management Studio and then export through Microsoft ODBC. Can I do something similar with this file? If so, how do I do it?

Thank you very much in advance.

asked 09 Feb '15, 07:56

eriden's gravatar image

eriden
30112
accept rate: 0%

1

If you have no SQL Anywhere software available, you may look for a free Developer Edition (searching on this forum will show you according links). With current versions (12.0.1 or 16.0) you should be able to "convert" that database to a newer file format (that is termed a "rebuild") and then run the converted database with the Developer edition. Nevertheless, you will need user credentials to access the database.

(09 Feb '15, 09:03) Volker Barth
Replies hidden
1

You can try the software, that was found by Breck (http://sqlanywhere.blogspot.de/2014/01/stellar-phoenix-repair-for-sql-anywhere.html). When I played with this, it was possible to read the DB content without the driver. But, in a free version you are not able to export data :(

(10 Feb '15, 03:18) Vlad
Comment Text Removed

Thank you. I was able to load the database using SQL Anywhere and the following guide: http://dcx.sap.com/sa160/en/sachanges/sa-upgrading-sa-v9-sc.html

The Software Stellar Phoenix Repair for SQL Anywhere is also very useful for looking through the data - and does not require a user name / password, unlike SQL Anywhere.

(10 Feb '15, 07:29) eriden
Be the first one to answer this question!
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×42
×41
×16

question asked: 09 Feb '15, 07:56

question was seen: 4,520 times

last updated: 10 Feb '15, 07:29