This is another good one for you all to think about.
To make my life easier I have a public const in a database that is a network or local path.
I use this as the root for all files for the database. All I have to do is change the public const to move the database from dev to live.
However, the live is a hidden directory \\SERVER\APP$\INVENTORY
If I set the public const to this it unsurprisingly errors. Any ideas how to circumnavigate this feature?
To make my life easier I have a public const in a database that is a network or local path.
I use this as the root for all files for the database. All I have to do is change the public const to move the database from dev to live.
However, the live is a hidden directory \\SERVER\APP$\INVENTORY
If I set the public const to this it unsurprisingly errors. Any ideas how to circumnavigate this feature?