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: 287
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