randall2nd
Programmer
I have been tasked to create an application that will access a "mydata.db" file.
I am using Delphi 7 on Windows 2000.
What I know about the file:
It was being used in a Powerbuilder 6.0 desktop application
When I open it in word pad it references
"WATCOM International Corp.., Copyright (c) 1987, 1994"
It is approximately 8.7MB file
From the web searches I have done i am guessing that it is a SQL Anywhere file.
What I do not know:
How to access the information in it.
What driver to use.
Where to get the driver.
From the posts that i have read I am thinking that I will need to make an ODBC connection to the file through the BDE, and then use that alias in the Delphi app. But I cannot seem to figure out a way to do this. Is this the best way to go about this?
I do not have access to ODBCexpress, Titan, or NativeDb.
Please be as specific and detailed as possible, as you can probably tell alot of this is still new to me.
Please help, I am willing to try anything, so ANY ideas will help.
Randall2nd
I am using Delphi 7 on Windows 2000.
What I know about the file:
It was being used in a Powerbuilder 6.0 desktop application
When I open it in word pad it references
"WATCOM International Corp.., Copyright (c) 1987, 1994"
It is approximately 8.7MB file
From the web searches I have done i am guessing that it is a SQL Anywhere file.
What I do not know:
How to access the information in it.
What driver to use.
Where to get the driver.
From the posts that i have read I am thinking that I will need to make an ODBC connection to the file through the BDE, and then use that alias in the Delphi app. But I cannot seem to figure out a way to do this. Is this the best way to go about this?
I do not have access to ODBCexpress, Titan, or NativeDb.
Please be as specific and detailed as possible, as you can probably tell alot of this is still new to me.
Please help, I am willing to try anything, so ANY ideas will help.
Randall2nd