CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 7 of 7

Threaded View

  1. #1
    Join Date
    Jun 1999
    Posts
    23

    SQL server connection

    I am trying to connect to a sql database on another computer on the network. I am trying to establish a data connection using the server explorer. Only when i test the connection i get this error.

    The file "\\ukbrixp185\mysite\RSMDatabase.mdf" is on a network path that is not supported for database files.
    Cannot attach the file '\\ukbrixp185\mysite\RSMDatabase.mdf' as database 'RSMDatabase'.

    Can anyone tell me what i am doing wrong.
    Last edited by Matthew.Cross; May 13th, 2008 at 03:22 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured