psteja2000
Programmer
ok, here is what I was dumped with. A hard drive which supposedly contains an application which uses sybase sqlanywhere 5.0. I never worked on that before.
After a lot of trotting onthe net and forums, finally I can now get teh sybase database up and running and the application works fine. I was even able to extract the sql structure and data etc.
The application contains images, but I found no image directories. Finally I found that the images are stored in a table (long binary).
After further messing around, I found that the table doesn't exist in the same directory as the rest of the tables.
Further, I found that the this table (which has 500MB of pic data- it's .mb file said so)consists of .xgo,.ygo files too. This is the only table to have these extra files.
More trotting on the net offered me that the table is a paradox table. No clue what it is, so more of trotting.
I have datadirect odbc drivers and using coldfusion I tried to connect to the table and atleast retrieve non BLOB fields.
WhenI create a dsn in coldfusion to the odbc dsn, it says ok. When I do a select count(*) on the table, it returns correct result. But when I do any other select, like select field names, It comes up with "Too Few Parameters. Expected N"
What the hell is that msg? I am guessing my ODBC driver is not proper??
WHAT DO I DO NOW (
Can anyone plz throw some light??
Oh I forgot, I have no clue which version of paradox that table is in. All I have is .db,.mb,.px,.xgo,.ygo files for this table.
For all the other tables, I have .db,.mb,.px per table. So one more question.. I know it is sybase database but where does paradox fit in ??????
regards,
Teja
After a lot of trotting onthe net and forums, finally I can now get teh sybase database up and running and the application works fine. I was even able to extract the sql structure and data etc.
The application contains images, but I found no image directories. Finally I found that the images are stored in a table (long binary).
After further messing around, I found that the table doesn't exist in the same directory as the rest of the tables.
Further, I found that the this table (which has 500MB of pic data- it's .mb file said so)consists of .xgo,.ygo files too. This is the only table to have these extra files.
More trotting on the net offered me that the table is a paradox table. No clue what it is, so more of trotting.
I have datadirect odbc drivers and using coldfusion I tried to connect to the table and atleast retrieve non BLOB fields.
WhenI create a dsn in coldfusion to the odbc dsn, it says ok. When I do a select count(*) on the table, it returns correct result. But when I do any other select, like select field names, It comes up with "Too Few Parameters. Expected N"
What the hell is that msg? I am guessing my ODBC driver is not proper??
WHAT DO I DO NOW (
Can anyone plz throw some light??
Oh I forgot, I have no clue which version of paradox that table is in. All I have is .db,.mb,.px,.xgo,.ygo files for this table.
For all the other tables, I have .db,.mb,.px per table. So one more question.. I know it is sybase database but where does paradox fit in ??????
regards,
Teja