Derek
2008-07-23 16:56:36 UTC
...so I'm wondering if IW is the right place.
I'm an engineer. I'm not a computer guy, not a database guy. But I
program a lot. Delphi, C, C++: scientific desktop applications. I'm an
exe guy.
But I need to work on a project like this: Say I have a large material
property database for a large number of different materials. I only want
to have one copy of this database on a single computer. That way it can
be updated whenever.
Then, each user, from his own desktop, needs to be able to access the
database through some sort of (web) interface. Select a material from
the main database using a dropdown selector, after looking through the
database via some sort of grid control. Enter some dimensions via some
edit fields, and press a "Calculate" button which would calculate mass
properties (or whatever), and then display the answer for the user.
Maybe format the answer along with the inputs in a format that would be
"report quality" (maybe even some graphics), and have the user be able
to print/save the report.
So, could someone point me in the right direction assuming I know plenty
about desktop apps, a little about database apps, and next to nothing
about web apps? Do I have the tools in Delphi 2007 to work this
simplified problem? Would IW be a good way to go, or should I be looking
at other options? What software needs to be running on the computer with
the database? Where could I learn more about what I want to do?
Thanks for any advice.
I'm an engineer. I'm not a computer guy, not a database guy. But I
program a lot. Delphi, C, C++: scientific desktop applications. I'm an
exe guy.
But I need to work on a project like this: Say I have a large material
property database for a large number of different materials. I only want
to have one copy of this database on a single computer. That way it can
be updated whenever.
Then, each user, from his own desktop, needs to be able to access the
database through some sort of (web) interface. Select a material from
the main database using a dropdown selector, after looking through the
database via some sort of grid control. Enter some dimensions via some
edit fields, and press a "Calculate" button which would calculate mass
properties (or whatever), and then display the answer for the user.
Maybe format the answer along with the inputs in a format that would be
"report quality" (maybe even some graphics), and have the user be able
to print/save the report.
So, could someone point me in the right direction assuming I know plenty
about desktop apps, a little about database apps, and next to nothing
about web apps? Do I have the tools in Delphi 2007 to work this
simplified problem? Would IW be a good way to go, or should I be looking
at other options? What software needs to be running on the computer with
the database? Where could I learn more about what I want to do?
Thanks for any advice.