HI friend can you tell me how to connect and retrieve data from mySQL and oracle database using ado.net in C#.
Use provider and relational classes (dataset). Use MySql provider for mysql and OracleClient provider for oracle database.