Please forgive my ignorance, I'm still a babe in the woods when it comes to programming - I'm sorry if my terminology is not clear.
I would like to build a user accessible (changeable) database for an independent project. I am going to be using VB.NET for the UI and front end, and would like to use Excel (07) for the backend. My questions are these:
- Is this an appropriate choice of front/back?
- Where can I find good info on how to use VB.NET to read/write to Excel?
- Any pitfalls to watch for?
- finally, the biggest question: what am I not thinking about that I should be taking into consideration?
I am pouring through the msdn sites trying to figure this out on my own, but thought that I would ask those that know for some pointers, reference tools, etc.
Below I have pasted the abstract and proposed requirements for the project:
Abstract
The majority of the billions of stars in the sky can be classified using stellar spectroscopy. Classifying stars gives information about their temperature, luminosity, size, chemical composition and age. The goal of this project is to construct a (universally accessible) database which will take spectroscopic inputs from the user, perform a simple analysis based on those inputs, and classify the star as spectral class O, B, A, F, G, K or M. The stars information (catalogue number, user input spectroscopic data, and suggested spectral class) will then be stored in the database, and will be searchable by other users. Multiple entries for the same star will result in redundant database information.
Proposed Requirements
o Database with large, expandable size architecture
o Universally accessible user interface (via web)
o Ability to input user defined number of spectral data
o Ability to classify stellar objects by spectral data
o Ability to search database using two criteria
--> Catalog number and spectral class
o Ability to store multiple lines of user input data under one catalog number
I would like to build a user accessible (changeable) database for an independent project. I am going to be using VB.NET for the UI and front end, and would like to use Excel (07) for the backend. My questions are these:
- Is this an appropriate choice of front/back?
- Where can I find good info on how to use VB.NET to read/write to Excel?
- Any pitfalls to watch for?
- finally, the biggest question: what am I not thinking about that I should be taking into consideration?
I am pouring through the msdn sites trying to figure this out on my own, but thought that I would ask those that know for some pointers, reference tools, etc.
Below I have pasted the abstract and proposed requirements for the project:
Abstract
The majority of the billions of stars in the sky can be classified using stellar spectroscopy. Classifying stars gives information about their temperature, luminosity, size, chemical composition and age. The goal of this project is to construct a (universally accessible) database which will take spectroscopic inputs from the user, perform a simple analysis based on those inputs, and classify the star as spectral class O, B, A, F, G, K or M. The stars information (catalogue number, user input spectroscopic data, and suggested spectral class) will then be stored in the database, and will be searchable by other users. Multiple entries for the same star will result in redundant database information.
Proposed Requirements
o Database with large, expandable size architecture
o Universally accessible user interface (via web)
o Ability to input user defined number of spectral data
o Ability to classify stellar objects by spectral data
o Ability to search database using two criteria
--> Catalog number and spectral class
o Ability to store multiple lines of user input data under one catalog number