0

I have a website where I had created a local SQL Server .mdf database file. I have another forms application and I want to use the same database in this application also. How can I do this? How to give the path of the database file in forms application

3
  • Is the site running on the same machine as the forms app? Commented Oct 19, 2015 at 0:51
  • yes it is running on the same machine Commented Oct 19, 2015 at 1:38
  • Put the SQL Server database on the server where it belongs and stop fiddling around with free-floating .mdf and you'll have no trouble at all to connect from multiple clients Commented Oct 19, 2015 at 4:31

1 Answer 1

1

Your form app can use WebService to operation your database.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.