ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / Managing databases / Big Data / Managing Mongo data files
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Retrieves (on the local computer) a file identified by its identifier and found in a MongoDB file system.
Note To retrieve a local file identified by its name, use the <mongoGridFS variable>.GetFile function.
Example
gclGridFS is mongoGridFS
FOR EACH fic OF MongoGridFSListFile(gclGridFS)
	gclGridFS.GetFileByID(fic.ID, fDataDir() + ["\"] + fic.Nom)
END
Syntax
<Result> = <File system>.GetFileByID(<Identifier of file to retrieve> , <Name of local file>)
<Result>: Boolean
  • True if the operation was performed,
  • False if a problem occurs. ErrorInfo is used to identify the error.
<File system>: mongoGridFS variable
Name of the mongoGridFS variable that corresponds to the Mongo file system to use.
<Identifier of file to retrieve>: Variant
Identifier of file in the MongoDB file system that will be retrieved on the local computer.
<Name of local file>: Character string
Name and path of file that will be retrieved on the local computer.
Component: wd300big.dll
Minimum version required
  • Version 25
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/28/2025

Send a report | Local help