|
Confusing Assignment/Three tier database access with c++ and oracle
Alright, for my Intro to Database class, our professor wants us to create a web interface that will take data from the web and send it to a C++ program where it will be sent to an oracle database via embedded SQL from there. Only problem is, CGI scripts are not enabled on the university server and custom configurations are not allowed to override the main server configuration. So does my prof have no idea what he is talking about or is there another way to do said assignment without utilizing CGI scripts.
|