Click here to Skip to main content
15,919,778 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i need coding for read a data from one database and write it into another database using data adapter..using mysql and c# .net
Posted

You will be needing MySQL's Connector/Net[^] for this one. Here[^] is a tutorial you might find useful.
 
Share this answer
 
v2
Comments
Espen Harlinn 8-Aug-11 18:51pm    
Good reply, my 5
walterhevedeich 8-Aug-11 21:05pm    
Thanks Espen.
This could be easily checked using google.

check this link.
http://msdn.microsoft.com/en-us/library/haa3afyz(v=vs.71).aspx[^]
 
Share this answer
 
 
Share this answer
 
I'd say that any article on accessing MySQL data from C# will answer these questions. Seems basic to me.
 
Share this answer
 
Comments
Christian Graus 8-Aug-11 16:22pm    
Note to OP - it's not my fault you're a moron

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900