... an adapter for PHP to access DBF, I have dealt with the memo fields again. I think it is possible to switch to files without any problems. The NTFS file system has virtually no limits on how many files you can store per folder.
Now with the Powershell search - see these posts - you can quickly ...
Search found 27 matches: ntfs
Searched query: ntfs
- Mon Jul 29, 2024 7:58 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Switching from memo fields to files -
- Replies: 8
- Views: 1935
- Fri Jul 26, 2024 1:35 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: DBF File Format - Considerations A Secure Option
- Replies: 15
- Views: 3325
Re: DBF File Format - Considerations A Secure Option
... only provides superficial protection, as hidden folders can easily be made visible.
Restricting access rights:
Folder access
rights: You can set NTFS access rights so that only certain users or applications can access the files.
Database encryption:
If possible, you can encrypt the data in the ...
Restricting access rights:
Folder access
rights: You can set NTFS access rights so that only certain users or applications can access the files.
Database encryption:
If possible, you can encrypt the data in the ...
- Fri Jan 05, 2024 4:26 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: file ID in the Windows file system
- Replies: 5
- Views: 1798
file ID in the Windows file system
... is unique for the duration of the file's opening by that process.
**File ID:**
In addition to file handles, modern Windows file systems like NTFS use a unique identifier called a File ID, which is a more permanent reference to a file. The File ID is unique on the volume on which the file ...
**File ID:**
In addition to file handles, modern Windows file systems like NTFS use a unique identifier called a File ID, which is a more permanent reference to a file. The File ID is unique on the volume on which the file ...
- Thu Jul 20, 2017 9:18 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: hb_ZipFile tiene un limite en cuanto al tamaño?
- Replies: 3
- Views: 814
Re: hb_ZipFile tiene un limite en cuanto al tamaño?
Si el disco donde estas guardando el archivo es una particion fat, o fat32 tendras ese problema.
(de echo la mayoria de las usb o discos externos inicialmente viene usa ese tipo de particion)
para evitarlo, debes usar ntfs (para caso de hd externos) y/o fat_extended.
(de echo la mayoria de las usb o discos externos inicialmente viene usa ese tipo de particion)
para evitarlo, debes usar ntfs (para caso de hd externos) y/o fat_extended.
- Mon Jun 29, 2015 4:08 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Correr App en windows 98, me
- Replies: 1
- Views: 478
Correr App en windows 98, me
... m'as.
Desdeluego, en esta pc, tambien debera ejecutar mi aplicacion.
2 dudas. a). se puede correr, b) como re-instalo el windows 98 en un disco de 80gb (formato fat32, ntfs o...), su disco duro esta dando problemas y quiero reinstalar, pero como no se que onda con estas versiones viejitas.
gracias.
Desdeluego, en esta pc, tambien debera ejecutar mi aplicacion.
2 dudas. a). se puede correr, b) como re-instalo el windows 98 en un disco de 80gb (formato fat32, ntfs o...), su disco duro esta dando problemas y quiero reinstalar, pero como no se que onda con estas versiones viejitas.
gracias.
- Mon Aug 25, 2014 1:55 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Error 160 using borland make ?
- Replies: 7
- Views: 2883
Error 160 using borland make ?
... next I got error 160.
http://www.pflegeplus.com/IMAGES/error3.png
icacls is a command-line utility that can be used to modify NTFS file system permissions in
Windows Server 2003 SP2, Windows Server 2008, Windows Vista and Windows 7. It builds
on the functionality of similar ...
http://www.pflegeplus.com/IMAGES/error3.png
icacls is a command-line utility that can be used to modify NTFS file system permissions in
Windows Server 2003 SP2, Windows Server 2008, Windows Vista and Windows 7. It builds
on the functionality of similar ...
- Fri Sep 06, 2013 7:44 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Converting CVS files
- Replies: 46
- Views: 21707
Re: Converting CVS files
... When using Advantage the file size is limited by the operating system and available disk space. When using one of the latest file systems (i.e. NTFS, NSS) the file limit size limit is in Exabytes ( 1EB = 1 billion GB). A more realistic limitation is on the number of records that can be stored in ...
- Fri Sep 06, 2013 4:28 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Converting CVS files
- Replies: 46
- Views: 21707
Re: Converting CVS files
Gale,
I think as long as you open dbf exclusive on local NTFS formated drive it will work. I think the limit is based on locking scheme and/or directory structure.
So, are you saying that it will work to import the data, but you can't use such a large file in a multi-user application due to ...
I think as long as you open dbf exclusive on local NTFS formated drive it will work. I think the limit is based on locking scheme and/or directory structure.
So, are you saying that it will work to import the data, but you can't use such a large file in a multi-user application due to ...
- Fri Sep 06, 2013 1:35 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Converting CVS files
- Replies: 46
- Views: 21707
Re: Converting CVS files
I think as long as you open dbf exclusive on local NTFS formated drive it will work. I think the limit is based on locking scheme and/or directory structure.
- Tue Jun 25, 2013 6:56 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: bug en SetFTime, no cambia la HORA
- Replies: 20
- Views: 3871
Re: bug en SetFTime, no cambia la HORA
... of 1 day (really, the access date). Therefore, the GetFileTime function may not return the same file time information set using SetFileTime. NTFS delays updates to the last access time for a file by up to one hour after the last access.
http://msdn.microsoft.com/en-us/library ...
http://msdn.microsoft.com/en-us/library ...
- Sun Apr 28, 2013 8:11 pm
- Forum: Off Topic / Otros temas
- Topic: Access Windows files in Ubuntu
- Replies: 0
- Views: 471
Access Windows files in Ubuntu
sudo apt-get install nfts-config
sudo ntfs-config
Windows files will be accesible from /host
sudo ntfs-config
Windows files will be accesible from /host
- Mon Mar 12, 2012 12:22 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: formatted NTFS
- Replies: 1
- Views: 503
Re: formatted NTFS
Try this command line: fsutil fsinfo volumeinfo c:\
You can also try msinfo32 /report infos.txt or undex XP msinfo32 /report infos.txt /categories +ComponentsStorageDrives and search the generated file for the entry of the drive you need information about.
You could also use the tdiskinfo class ...
You can also try msinfo32 /report infos.txt or undex XP msinfo32 /report infos.txt /categories +ComponentsStorageDrives and search the generated file for the entry of the drive you need information about.
You could also use the tdiskinfo class ...
- Mon Mar 12, 2012 9:36 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: formatted NTFS
- Replies: 1
- Views: 503
formatted NTFS
Is it possible to check if a disk is formatted NTFS.
Thanks in advance
Otto
Thanks in advance
Otto
- Tue Nov 10, 2009 9:36 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: WIN XP PORTABLE BOOT USB
- Replies: 4
- Views: 846
WIN XP PORTABLE BOOT USB
... EL VIDRIO, aca les dejo algo que ayuda full sin violar ninguna ley de Copyright, es el WIN XP PORTABLE BOOT USB, ya lo probe, hice el formateo en NTFS y se debe poner en el BIOS de la board que boot por USB, es como tener 1 disco duro portable usb pero con boot win xp, despues de iniciar por el pen ...
- Fri Sep 04, 2009 1:54 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Eliminar archivos con la API de Windows ShFile()
- Replies: 7
- Views: 1440
Re: Eliminar archivos con la API de Windows ShFile()
Hola, No importa que tipo de unidadsea (FAT,FAT32,NTFS),,, yo lo hago asi:
......nNum := -1cfile := CurDrive() + ":\" + Curdir() + "\TMP\xxx.tmp" IF FILE(cFile) nNUm := FERASE(cFile)EndIfReturn(nNum = 0) // si nNum es 0, se borro correctamente......
......nNum := -1cfile := CurDrive() + ":\" + Curdir() + "\TMP\xxx.tmp" IF FILE(cFile) nNUm := FERASE(cFile)EndIfReturn(nNum = 0) // si nNum es 0, se borro correctamente......