I have just recently started on using VB.NET, and have found the first little project I want to try and make.

I have searched through the forums and on the www, but without finding a solution to what I am trying. I have two questions, and I have listed my explanation below.

1. Can I include a database in an exe file?
- I am trying to create a small launcher application which contain 10-20 IP addresses with name, addresses, phone and email for people I help out on a regular basis. I would prefer if I could have the DB containing this info included in my launcher app, so I could carry it around on a USB stick.

2. How do I get mstsc.exe (remote desktop) to launch with an IP address from my DB above?
- In my small app I am trying to add a launch button for each person. So if I am helping "person1", then I click the button next to him, and it launches my remote desktop of PC Anywhere to his IP address....


My initial thought was to use an ini file with my exe file, and modify the ini file with data through the app, but I want to be sure that there is no way I can include this information in the exe file.

As I want to be able to change the connection information through my app interface I reckon I am forced to use either a SQL DB or some sort of file DB right?