I am working with mysql as db server. What controls can i use to show a table and modify it's contents. I have read somewhere that 开发者_高级运维sqlDataSource can be used only with SQL Server. Are there any costum controls for mysql Server to manipulate the data?
If i have misunderstood something or if i made some incorrect statements please correct.
Use MySQL Connector. The MySQL Connector is a fully managed ADO.NET component which provides specific implementation for all ADO.NET classes.
精彩评论