Indexing File Names To a Database

Posted by Nathan Campos on Stack Overflow See other posts from Stack Overflow or by Nathan Campos
Published on 2010-05-19T22:33:00Z Indexed on 2010/05/19 22:40 UTC
Read the original article Hit count: 268

Filed under:
|
|
|

I have a folder with more than 2000 files and I need to index their file names on a database(MySQL) using Java, but how could I do this?

PS: The MySQL connection part I already know.

© Stack Overflow or respective owner

Related posts about java

Related posts about sql