I would like to write a small Windows program for myself with a very short list of requirements (that I am aware of):
- I am not the least bit interested in OO
- It must access an embedded database like MS Access.
- It must be a Windows Form application with standard controls like edit, grid, button, etc.
- I've never seen Eclipse so Visual Studio is my preferred IDE.
I assume I can achieve this with the Visual COBOL Person Edition, correct?
I am confused by the choice of NATIVE vs MANAGED. Does it matter in my case? Considering my project, what are the merits of one over the other?
If someone is aware of a tutorial or book that can take me through the process, I would greatly appreciate it.
Thanks in advance.
#VisualStudio
#managed
#VisualCOBOL
#nativecobol