ATTACH_TABLE and UNC (OpenInsight 32-bit Specific)
At 02 DEC 2003 02:41:00AM Charlie Markwick wrote:
When running:-
Call ATTACH_TABLE('\\Fuji01\SharedDocs\YOISINFO',,)
I get the error message:-
FS109 Open or Create Media error. The name "C:\\Fuji01\SharedDocs\YOISINFO" is an invalid volume directory label.
Can anyone enlighten me to where the c:\ comes from. Please excuse if I am missing something blindingly obvious.
At 02 DEC 2003 09:36AM Donald Bakke wrote:
Charlie,
What version of OI32 are you using? If 4.1.2 or earlier then put a space before your double backslash:
Call ATTACH_TABLE(' \\Fuji01\SharedDocs\YOISINFO',,)
This was fixed in OI 4.1.3. If you are having trouble in 4.1.3 then are you sure this resource is set to be shared?
At 03 DEC 2003 02:00AM Marc Radley wrote:
Thanks Donald, should have put version, it's 4.1.2 so will try this.