PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV Mobile 2024 → [WM20] Error creating HyperFile Database
[WM20] Error creating HyperFile Database
Iniciado por rob, 30,ene. 2016 00:02 - 1 respuesta
Miembro registrado
105 mensajes
Publicado el 30,enero 2016 - 00:02
Heya everyone. I'm running into a strange issue.

Creating an application for a Windows CE device, using a small database. The file contains 9 fields including the ID field.
I'm issuing the HCreationIfNotFOund("*") function to create the data file.

The file it's self is set up as a HFSQL Classic file.

But the error I'm getting is this.

HCreationIfNotFound function called.
Unable to open <\USER_DATA\Data\LocalInventory.ndx> file ('file exceeding 2 GB'). File size not supported by operating system

So I figure this is one of two things.

1) it's trying to create a gigantic empty file, in which case why is it doing that?
2) It's complaining that the file system doesn't support files over 2Gb in size. Why does it care? And how can I make it not care?

Any pointers would be greatly appreciated.
Miembro registrado
105 mensajes
Publicado el 30,enero 2016 - 00:14
Never mind, should have spent a little more time looking.

I ran across the ..HugeFile property on the file, which lead me to the "Manage the data files exceeding 2 GB" check box.

All good now.