Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
We are storing Qvds on a particular path on a server. The folder names ABC$ so it has a special character in a name of the folder. Because on this special character the command is getting failed. Please let me know how to handle special characters in a path while storing qvds
USE STORE A into [ABC$].qvd;
It will help you
Regards
Nitin
You need to quote the file name, e.g.
Store
Hi
Try like this
store tablename into "ABC$"/tablename.qvd(qvd);