MySQL Forums
Forum List  »  Quality Assurance

Inserting multiple values of an array to mysql using c#
Posted by: vishnupriya raju
Date: February 21, 2012 09:48AM

Hi all,

In my application i stored list of files from a directory in an array. I want to store that files with seperate id, name and path in mysql database. How to store that files individually in mysql?

My code is:

string [] files = Directory.GetFiles(@"C:\Temp\","*.wav");

Please help me.

Thanks in advance.

Options: ReplyQuote


Subject
Views
Written By
Posted
Inserting multiple values of an array to mysql using c#
2139
February 21, 2012 09:48AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.