Head0nF1re
Creating a SqlConnection connection via connection string
Did you check
SqlCpnnection
in the docs: https://learn.microsoft.com/en-us/dotnet/api/system.data.sqlclient.sqlconnection?view=dotnet-plat-ext-8.0#examples
The command is inside the using
statement of SqlConnection
. After the using statement the object is disposed4 replies
✅ ef not being able to update database migrations
Have you seen this? https://stackoverflow.com/questions/33455041/asp-net-5-ef-7-and-sqlite-sqlite-error-1-no-such-table-blog
58 replies