Skip to main content
more info
Source Link
ChrisF
  • 39k
  • 11
  • 129
  • 169

Yes, it's certainly possible.

What you will need is a central database that just holds all the user login details (you could use the standard ASP.NET membership database for this). This would allow the user to gain access to the system.

Then you would need another table to hold the connection details for each user. This will allow them to access their database and no one else's. You create the database connection from this data. This is separate to the login database connection, so use a new connection rather than reusing the existing one.

Yes, it's certainly possible.

What you will need is a central database that just holds all the user login details (you could use the standard ASP.NET membership database for this). This would allow the user to gain access to the system.

Then you would need another table to hold the connection details for each user. This will allow them to access their database and no one else's.

Yes, it's certainly possible.

What you will need is a central database that just holds all the user login details (you could use the standard ASP.NET membership database for this). This would allow the user to gain access to the system.

Then you would need another table to hold the connection details for each user. This will allow them to access their database and no one else's. You create the database connection from this data. This is separate to the login database connection, so use a new connection rather than reusing the existing one.

formatting
Source Link
ChrisF
  • 39k
  • 11
  • 129
  • 169

Yes, it's certainly possible.

What you will need is a central database that just holds all the user login details (you could use the standard ASP.NET membership database for this). This would allow the user to gain access to the system. 

Then you would need another table to hold the connection details for each user. This will allow them to access their database and no one else's.

Yes, it's certainly possible.

What you will need is a central database that just holds all the user login details (you could use the standard ASP.NET membership database for this. This would allow the user to gain access to the system. Then you would need another table to hold the connection details for each user. This will allow them to access their database and no one else's.

Yes, it's certainly possible.

What you will need is a central database that just holds all the user login details (you could use the standard ASP.NET membership database for this). This would allow the user to gain access to the system. 

Then you would need another table to hold the connection details for each user. This will allow them to access their database and no one else's.

Source Link
ChrisF
  • 39k
  • 11
  • 129
  • 169

Yes, it's certainly possible.

What you will need is a central database that just holds all the user login details (you could use the standard ASP.NET membership database for this. This would allow the user to gain access to the system. Then you would need another table to hold the connection details for each user. This will allow them to access their database and no one else's.