I am coding for 6 years but this is the first time that i need to use database.
I am workind on my 17th webbrowser project. This time I need to save detailed (Date & Page Title & Favicon Url & Page Url) history. I planned to use string collection setting but with that I can only save url becouse it has only 1 colomn. I need help about saving it to db and showing it to users.
Note: This webbrowser has 2 seperate executables, one for tab control and main settings, one for webbrowser (I am using awesomium.net engine). 2nd executable will have basic controls and webbrowser on it. I will open it in main executable (parent: tabpage) with maximized windowstate. So I cant save any local setting.
Sorry for asking code directly, but I did 5 hour search on internet but I couldnt find any results.
Q1 How can I save them on 1 (or more doesnt matter) db?
Q2 How can I show them to users with theese datails and open that page or delete that entry?
I am workind on my 17th webbrowser project. This time I need to save detailed (Date & Page Title & Favicon Url & Page Url) history. I planned to use string collection setting but with that I can only save url becouse it has only 1 colomn. I need help about saving it to db and showing it to users.
Note: This webbrowser has 2 seperate executables, one for tab control and main settings, one for webbrowser (I am using awesomium.net engine). 2nd executable will have basic controls and webbrowser on it. I will open it in main executable (parent: tabpage) with maximized windowstate. So I cant save any local setting.
Sorry for asking code directly, but I did 5 hour search on internet but I couldnt find any results.
Q1 How can I save them on 1 (or more doesnt matter) db?
Q2 How can I show them to users with theese datails and open that page or delete that entry?