I have a .db
file that I think is a Sybase database file that I have been tasked with extracting data from. Looking at the file in notepad shows that the data in not encrypted (I can read text strings from it) but I don't have the username/password to convince the Sybase tools to read it.
Are there any tools/procedure that just skip the credentials check?
(BTW the client owns the data so it's all legit)
I'd be surprised if it were that easy to get around Sybase security ... but one never knows. Have you tried the default username (dba) and password (sql)? You'd be surprised how many people are too lethargic to change it!