class file in C#
hey guys just need some help here..i don't know how program it in C#..help ASAP
i need a class file in C# using Microsoft Visual Studio 2008 that will save inputted data to the MySQL database..and also a class file that will transfer data from a table to another table in the database..pls badly need it..looking forward to your immediate response..tnx so much
P.S. can you send the files(database files and class files) in my [email protected]
Mahesh ChandPosted Oct 31, 2009, 9:54 AM
To transfer data from one Table to another, you can execute INSERT INTO FROM SQL statement using ADO.NET.