Answered by:
Error while using migration

Question
-
User-59810614 posted
Why I get this error while using the command "update-database" in package console manager after using migration
Wednesday, August 21, 2019 7:04 PM
Answers
-
User475983607 posted
The error indicates the connection string is incorrect.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Wednesday, August 21, 2019 7:09 PM
All replies
-
User475983607 posted
The error indicates the connection string is incorrect.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Wednesday, August 21, 2019 7:09 PM -
User-59810614 posted
The error indicates the connection string is incorrect.
How can I correct the connection string ???
Wednesday, August 21, 2019 7:21 PM -
User-59810614 posted
Thank you, it works now ^_^
Wednesday, August 21, 2019 7:34 PM -
User475983607 posted
lujain1996m
How can I correct the connection string ???You've posted this question in an Access DB forum. If you are working with an MS Access DB then you'll need to install an appropriate DB provider.
https://www.nuget.org/packages/JetEntityFrameworkProvider/6.1.4
You can find MS Access connection string here; https://www.connectionstrings.com/access/
If this is not the case then you'll need to provide a bit more information about your project.
Wednesday, August 21, 2019 7:37 PM