Tuesday, 14 August 2012
Create 3D Charts and Graphs in .NET applications with MS Chart Control
Creating charts and graphs in .NET applications were no easy task before the release of Microsoft Chart Controls. It is now very simple and easy to create charts and graphs in .NET applications with Microsoft Chart Control that is embedded in Visual Studio 2010. The bad news is this is not supported in .NET framework 2.0. If you are lucky enough to work in .NET framework 3.5 or higher, then
Thursday, 2 August 2012
MySql: Insert values into Table from File Example
Inserting huge data into myql database is very simple if your data is in a file separated with delimiters. For example if you have a CSV ( Comma Separated Values) file, then you can use the below syntax to load data from the csv file into mysql table.
Consider you have a csv file named 'test.csv' with the following content,
01,SHARON,FEMALE,20
02,NAVEEN,MALE,24
03,ANITA,FEMALE,22
04,
Subscribe to:
Posts (Atom)