Skip to main content

All Questions

1 vote
2 answers
646 views

ASP.NET MVC Web App gets incomplete data from MySQL database

I just developed my first ASP.NET MVC web application. The main function of the page is to view all the data that would come from the database into a table. The data store in my local db is a ...
ros_beginner's user avatar
1 vote
1 answer
3k views

Can not connect to local database with c# System.Data.SqlClient

I have some problems with connecting to my local DB using c# System.Data.SqlClient. Information: DB parameters: Name:baza Host:localhost Instance:baza Port:3306 Schema:world My connection string: @"...
Kmaczek's user avatar
  • 648