Posts by Henrique Neves • 23 points
2 posts
-
0
votes2
answers490
viewsA: Xamarin (Visual Studio) x POSTGRESQL
It is possible to use Postgresql in Visual Studio projects, regardless of the language or framework you are using (I have already used it with Entity, for example). The connection will be similar to…
-
2
votes1
answer386
viewsQ: Add Mysql Connector to the instation package
I have a Windows Forms connecting to a database Mysql remote (is on a server). Basically, all it does is read data from a table, or write or anything. I am using the Entity Framework and my project…