I focused storing all types of data into a SQLite database mailnly BLOB data.I stored a float array in the form of a byte array then converting back byte data to float array & displaying in a datagridView.I used C# for the front end & SQLite back end.Design the form as follows to work with SQLite.
Store, Retrieve & Display the Data Into DataGridView from SQLite Also Inser,Update & Delete in DataGridView
Experiencing SQL Server 2008 Database Projects in Visual Studio 2010
k fine....
I know this is your first article, so my comment is for next one :). Go to "My Account" section you can see Article/Blog submission documentation.
If you attaching sample projects, so please do not copy paste whole code in article. Just explain the code and make more readable to all.
Hi Sam, Its datagridview ....
Is the control a DataGridView or a DataGrid? I think it helps to be clear about that because they are not the same thing. I think the article should say DataGridView eventhough it says datagrid many times.