I am becoming confused with visual studio v. Vb.net. I am findings hundreds of pieces of code tells me how to connect. Snippets elsewhere that tell me how to access data in the database I connected to. I am not finding snippets/examples that walk one thru connecting, adding, deleting etc. for that style of database access. I am running into this everywhere. When I try to patch a sample connection with another sample that works with the data, I get trouble really quick. Like I’m trying to put a Ford tire on a Schwin bicycle and I can’t find the schwin parts.
I am trying to create a database. I want to add records to it, delete records, and find records. Intent is for a simple stand-alone database with only and forever ONE user. This is a family tree software. I want to compile it for someone to use. I read that .mdf would be best because users would not need to add a MS Access driver/engine.
I will take anything at this point. Help!