set up and query database with 2 text and 1 image value

Hello Everyone,

I need to write a code where i can save three things: all the files in a folder with full path (fullpath), the name of the files without extension and full path (FileName), and the icon (icon) of it into a database, and after this all, i need to query the database according to the FileName. When typing i'd like to add all the database items that includes the string i am searching for showing their icons also.

On starting the app, I need to load the database from a file and when exiting it, i need to save the database into the same file overwriting it.

I need this because if i want to search a folder with a lots of files it takes too long to find something but i think from a database it'd be more faster.

If anyone could help me, it'd be highly appriciated.

Thanks a lot




Answer this question

set up and query database with 2 text and 1 image value

  • set up and query database with 2 text and 1 image value