Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Star
9380 Points
1580 Posts
Jul 31, 2009 07:58 AM|LINK
Problem is you need to get UNC path for f:\\ drive. Once you get actual network path, you can replace that in Connection string.
You can use WNetGetConnection function http://msdn.microsoft.com/en-us/library/aa385453(VS.85).aspx do get actual path from novel server for your f:\\ drive
or refer
http://www.wiredprairie.us/blog/index.php/archives/22
SSA
Star
9380 Points
1580 Posts
Re: invalid path in network drive
Jul 31, 2009 07:58 AM|LINK
Problem is you need to get UNC path for f:\\ drive. Once you get actual network path, you can replace that in Connection string.
You can use WNetGetConnection function http://msdn.microsoft.com/en-us/library/aa385453(VS.85).aspx do get actual path from novel server for your f:\\ drive
or refer
Converting a mapped drive letter to a network path using C# here:
http://www.wiredprairie.us/blog/index.php/archives/22