Hi All,
I am fairly new to linking to databases, so please bear with me. As of right now I am working on pushing and pulling settings from a settings file (attempting to automate the process). The manufacturer uses an .rdb file extension, and refers to the file as a database. However, when trying to link to the database I get an error. Typically software producers provide a driver associated with their database files that they produce. The only drivers provided with the software, do not run when opening the settings file. In other words, the program handles the settings with the software without linking to the file. I have tried a trace and everything else I could think of, but no luck. I am thinking that they call this file a database, when in fact it is not.
I have opened up the settings file as a text file to view the formatting. It looks to be comma delimited, and fairly standard. I would just edit the file by opening it up, but the file will be unrecognizable to the settings program afterwards.
I have pulled the data from the file with Interactive SQL “ISQL,” but it just shows up like in the text file, and there does not appear to be an active link. It also shows up in my command line which is unhelpful. When attempting to pull the database information, it actually states that the file is not a database file.
Excuse my lack of understanding, but here are my questions:
1. Is there a driver that will link to any data file, regardless of the formatting?
2. If this is not a database file, and just a comma delimited data file, can I still establish a link to the file by other means?
3. How hard would it be to create a driver that would handle this file?
4. Is it possible that the file does not allow connections to be made to it?
Data:
[R]
ESERDL,"Y"
SRDLCT,"10"
SRDLTM,"2.0"
[T]
NLB1,"NA"
CLB1,"NA"
SLB1,"NA"
Thank you for your help,
CH
I am fairly new to linking to databases, so please bear with me. As of right now I am working on pushing and pulling settings from a settings file (attempting to automate the process). The manufacturer uses an .rdb file extension, and refers to the file as a database. However, when trying to link to the database I get an error. Typically software producers provide a driver associated with their database files that they produce. The only drivers provided with the software, do not run when opening the settings file. In other words, the program handles the settings with the software without linking to the file. I have tried a trace and everything else I could think of, but no luck. I am thinking that they call this file a database, when in fact it is not.
I have opened up the settings file as a text file to view the formatting. It looks to be comma delimited, and fairly standard. I would just edit the file by opening it up, but the file will be unrecognizable to the settings program afterwards.
I have pulled the data from the file with Interactive SQL “ISQL,” but it just shows up like in the text file, and there does not appear to be an active link. It also shows up in my command line which is unhelpful. When attempting to pull the database information, it actually states that the file is not a database file.
Excuse my lack of understanding, but here are my questions:
1. Is there a driver that will link to any data file, regardless of the formatting?
2. If this is not a database file, and just a comma delimited data file, can I still establish a link to the file by other means?
3. How hard would it be to create a driver that would handle this file?
4. Is it possible that the file does not allow connections to be made to it?
Data:
[R]
ESERDL,"Y"
SRDLCT,"10"
SRDLTM,"2.0"
[T]
NLB1,"NA"
CLB1,"NA"
SLB1,"NA"
Thank you for your help,
CH