I have an ASP.NET project and I want to know which is better to use.
Connect ODBC to the server explorer (drag and drop a DataSet and change it) or make some DBconnect class with a database connection, queries and use it for a GridView?
When I use the server explorer, I donβt have a good feeling, because all the logic is on the aspx page, and I am not separated from the application level logic level.
This lagre, databese (PostreSQL) application has 18 tables, and difficult restrictions and the application must create some documents, etc.
source share