I have to migrate a few databases over to 2007.
They were built with Environ("UserName") set in the default value of each table. This command is not supported in 2007, there is fOSUserName() which works fine, but NOT in the table default value. Is there anything I can use in place of Environ() in the table default value.
They were built with Environ("UserName") set in the default value of each table. This command is not supported in 2007, there is fOSUserName() which works fine, but NOT in the table default value. Is there anything I can use in place of Environ() in the table default value.