More and more people seem to be using MariaDB these days, so i tired to google how to connect visual studio to the Database using entity frame. But i have been unable to find anything about this that works
I looked at both of your links but none of them give any solution to how you can connect to a MariaDB using entityframe work or anything ELSE that old sqlconnection with open and close the sql crap( sorry just hate it) Entity is so much more easy.
Does anyone know a way to Connect Entity Framework to a MariaDB
Member
110 Points
270 Posts
Connect to MariaDB with Visual Studio/Entity Framework
Dec 22, 2014 11:04 AM|dentjavy|LINK
More and more people seem to be using MariaDB these days, so i tired to google how to connect visual studio to the Database using entity frame. But i have been unable to find anything about this that works
Does anyone know how to do this?
The MariaDB is local on my computer
Thanks for your help
All-Star
194428 Points
28074 Posts
Moderator
Re: Connect to MariaDB with Visual Studio/Entity Framework
Dec 22, 2014 12:22 PM|Mikesdotnetting|LINK
Some people have tried using the standard MySQL EF libraries for working with MariaDB with varying degrees of success: http://stackoverflow.com/questions/20183781/using-mariadb-with-entity-framework. Someone else had to do a bit of kludging as well: http://k16c.eu/2014/10/12/asp-net-identity-2-0-mariadb/.
Member
110 Points
270 Posts
Re: Connect to MariaDB with Visual Studio/Entity Framework
Dec 29, 2014 04:28 PM|dentjavy|LINK
I looked at both of your links but none of them give any solution to how you can connect to a MariaDB using entityframe work or anything ELSE that old sqlconnection with open and close the sql crap( sorry just hate it) Entity is so much more easy.
Does anyone know a way to Connect Entity Framework to a MariaDB
None
0 Points
1 Post
Re: Connect to MariaDB with Visual Studio/Entity Framework
Jun 24, 2016 09:09 AM|karthjck|LINK
Did you figure out how to connect to MDB using Entity Framework? If yes, can you share that info. Thanks.