by Andrew Clay <andy@[EMAIL PROTECTED]
>
May 5, 2008 at 10:41 PM
In article
<94250030-93a7-4dee-96aa-08a4bbce2cdd@[EMAIL PROTECTED]
>,
Fernando Gómez <fernando.a.gomez.f@[EMAIL PROTECTED]
> wrote:
> Hello. I have this code:
>
> Data4* data;
>
> data = new Data4(_db, fullPath.c_str());
>
> if (data->seek(t.GetId()) == r4success)
> {
> data->deleteRec();
> data->pack();
> }
> data->close();
>
> delete data;
>
> When I get to the data->pack thing, it throws me the following error:
>
> Error #: -40
> Error #: 90606
> Setting file length file4lenSet \storage card\db\employee.dbf
>
The manual says that Error -40 occurs if the application does not have
write access to the file or is out of disk space.
Regards
Andy
--
Andrew Clay