Hi guys,

My customer wants me to recover some info from and old .db file I finally guess was built with Sybase 9 (I found the string "Sybase Inc., Copyright (c)2000 9.0.2.3702" in the headers).

How can I open it? I downloaded SQL Anywhere for developers but it's v12 and not compatible... :(

Thank you!

asked 25 Apr '13, 09:26

marcis's gravatar image

marcis
16223
accept rate: 0%

edited 25 Apr '13, 17:13

Mark%20Culp's gravatar image

Mark Culp
24.8k10139296


Use DBUNLOAD to migrate the data to a v12 version of the database

permanent link

answered 25 Apr '13, 12:06

Martin's gravatar image

Martin
9.0k127166257
accept rate: 14%

Thanks, I was trying it... but don't know the old database us/pw. Tried the default ones (DBA/sql) but didn't work! :(

(25 Apr '13, 12:12) marcis
Replies hidden

If you don't know the DBA password then you are not going to be able to get anything out of the database. If you have a support plan then you can contact Tech Support (see contact link at bottom of page) and they may be able to help you?

(25 Apr '13, 17:09) Mark Culp
Your answer
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:

×107
×14

question asked: 25 Apr '13, 09:26

question was seen: 2,775 times

last updated: 25 Apr '13, 17:13