views:

12

answers:

1

Hi All,

I am developing a web application and I have a folder containing a bunch of files with .adm , .adi and .adt and .bak extensions.I want to be able to read this data and convert put it in mysql db. I have figured that these are files stored by sybase in its proprietary format. I have opening with sybase advantage server but the folder does not have a .db file. I am really trying hard to just read this data but am not able to. It'd be a great help if you can give me some direction.

Thanks.

A: 

this question might have some helpful info:

http://stackoverflow.com/questions/2289519/automate-conversion-of-sybase-adt-files-to-sql

Colin Pickard
I did go through this link but it did not do much for me. I just want to look at the data without writing code. There must be a way that i can see the data even by using some sybase technology.
Arnav