I'm in the middle of creating a program I proposed a month ago on this forum. It's basically a film manager that allows the user to manage films they've seen, etc. I'm utilizing a local database(s). Here's what I'm wondering about:
1) How will I transfer this program to another computer so I can test it out? Is there a way to create an .exe or is easier to just compile on another computer?
----Also, I'm going to create the ability to have different users (datasets), which means somehow switching between datasets. So I'm guessing I obviously won't need to carry datasets between computers since this will be created when a user is created on that computer, but I'll probably need the database file (.sdf file) which holds the info needed to create a dataset?
1) How will I transfer this program to another computer so I can test it out? Is there a way to create an .exe or is easier to just compile on another computer?
----Also, I'm going to create the ability to have different users (datasets), which means somehow switching between datasets. So I'm guessing I obviously won't need to carry datasets between computers since this will be created when a user is created on that computer, but I'll probably need the database file (.sdf file) which holds the info needed to create a dataset?