On Jun 30, 12:57 am, sindhuspil...@gmail.com wrote:
> I have a *.db file, which could be a sybase or a paradox db (not sure
> about it). Kindly suggest how to crack the db and get the contents of
[quoted text clipped - 3 lines]
>
> Sindhu.
Assuming the file hasn't been compressed or encrypted, a Sybase ASE
backup file would contain the string "sysobjects", so if the unix
command
strings *.db | grep sysobjects
returns anything, it is likely a Sybase backup. Don't know of any way
to get the contents to MS Access short of booting up a server and
extracting the table definitions and data.
sindhuspillai@gmail.com - 01 Jul 2008 10:52 GMT
On Jun 30, 8:07 pm, b...@sybase.com wrote:
> On Jun 30, 12:57 am, sindhuspil...@gmail.com wrote:
>
[quoted text clipped - 15 lines]
> to get the contents to MS Access short of booting up a server and
> extracting the table definitions and data.
Are there free downloads available for SQLAnywhere_1000_Windows.exe
and Sybase ASE ODBC driver? If so where can I find them?
Thanks in advance.