Home > Archive > Cobol > April 2004 > acuodbc question
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Alberto Ortega 2004-04-21, 11:30 am |
| Hi to all
I start to use acuodbc, but i have a problem
when the acuodbc open the files a file with 1k size is created
the question is, why acuodbc build this file?
and how i can do to indicate acuodbc that no create the file ?
thanks ...
Alberto Ortega
| |
| Richard 2004-04-21, 5:30 pm |
| aortega@cobtools.com (Alberto Ortega) wrote
> I start to use acuodbc, but i have a problem
>
> when the acuodbc open the files a file with 1k size is created
Why do you think that this is a problem ?
> the question is, why acuodbc build this file?
Files that have a structure, such as indexed files, or even variable
record files, do not just contain the data records, they also contain
the structure, such as a putative index and various 'red tape': next
record position, record header list, deleted record list, ...
Where would you have them put this ? What were you expecting ?
> and how i can do to indicate acuodbc that no create the file ?
Don't open it.
|
|
|
|
|