Tag Archives: store

C Programming: How to store info from text file into array?

I have a text file of following format that I need to store in array. StudentID FirstName 1031 Kelly 1052 Ryan 2012 Taylor 1821 Katharine 1963 Michael Preferably, I want to store into a 2-D array, but one dimensional may … Continue reading

Tagged , , , , , , , | Leave a comment

store an audio file using vb.net?

i want to play an mp3 file in vb.net then store it to sql server ,so i have used the media player control and stored it using streams,but the problem is that i want to store a part of the … Continue reading

Tagged , , , , | Leave a comment

How to read and write file and store the contents of uploaded file in mysql database using php?

I am uploading 1 file I want that file contaent should be stored in my sql database. Means when I upload a file I want read the contents of that files and write that contents of file and stores that … Continue reading

Tagged , , , , , , , , | Leave a comment