I have experienced some problems when trying to open CDB db’s in different places. So far I have only managed to get the API to open a CDB if it is on my local system and does not end with \\‘s, e.g.
c:\\myCDB works
c:\\myCDB\\ does not work
Also I cannot get network CDB db’s to work, e.g.
\\server\\myCDB does not work
\\server\\myCDB\\ does not work
mapped to T:
T: does not work
T:\\ does not work
The only network case I have managed to get to work is if I map a network drive to the directory below the network CDB dataset, e.g.
\\server\\dbs\myCDB
T: -> \\server\\dbs
and then try to connect to
T:\\myCDB
the API then succeeds (although I have only tested this by mapping a drive to a locally created share).