PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Current Directory in a Stored Procedure - WD18
Current Directory in a Stored Procedure - WD18
Iniciado por Dave Langley, 01,oct. 2015 13:14 - No hay respuesta
Miembro registrado
28 mensajes
Publicado el 01,octubre 2015 - 13:14
Hi

Does anyone know how to establish the current directory in a Stored Procedure?

I have been using <filename>..directory, but this is not documented for use in a stored procedure. It works but I have noticed that the internal file identifier can become invalidated in the client app if the stored procedure is called from the client.

Dave