mechwarrior3
Well-known member
- Joined
- Dec 19, 2005
- Messages
- 67
- Programming Experience
- Beginner
For some reason, I feel like I have not found anything about how to do this in .Net. I initially wanted to import a CSV text file into Access using oleDb stuff. However, I am struggling with this and a co-worker suggested I try to simply take all of my variable values and directly turn them over to Access.
Okay, so my problem is this: I have a GUI that stores quite a lot of information (about 70 items). Okay, 70 items is a lot to me. In any case, I need this information placed in an Access database. This database already exists. How do I get this information (which is all stored as different variables of different types) into this Access database? Like I said, I tried to simply import a text file containing all of the information, but I can not seem to figure out how to do that either. Please help. If this question has been asked before and I did not look well enough to find it, I am very sorry. I do not wish to bog the forums down in redundancy. Any advice or suggestions would be greatly appreciated. Thank you, everyone.
Okay, so my problem is this: I have a GUI that stores quite a lot of information (about 70 items). Okay, 70 items is a lot to me. In any case, I need this information placed in an Access database. This database already exists. How do I get this information (which is all stored as different variables of different types) into this Access database? Like I said, I tried to simply import a text file containing all of the information, but I can not seem to figure out how to do that either. Please help. If this question has been asked before and I did not look well enough to find it, I am very sorry. I do not wish to bog the forums down in redundancy. Any advice or suggestions would be greatly appreciated. Thank you, everyone.
Last edited: