Access HFSQL DataFile from a different application
Sometimes there will be a need to access any one or more HFSQL Datafiles from a different path other than the current application folder.
We have a function called HChangeDir to change the connection to a specified application folder.
Example
HChangeDir(TableName,CompleteDir(PathOfFileServer))
Where PathOfFileServer is the Path of the different application
We have a function called HChangeDir to change the connection to a specified application folder.
Example
HChangeDir(TableName,CompleteDir(PathOfFileServer))
Where PathOfFileServer is the Path of the different application
Comments
Post a Comment