• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Oracle,JDBC, Apache web server, and Javascript...does this work?

biggo78

Member
I'm implementing a simple database. I just want to know if the things I'm planning to use are coherent. Any resources will be helpful. Any suggestions and comments are greatly appreciated.
 
make sure you are running your database stuff all on the server, and not clientside. If you run it clientside then you are going to have a million security problems to deal with.

I would recommend getting the ASP module for Apache, and use JavaScript/ODBC in the ASP pages.

ASP is really pretty simple and there are millions of resources on the web, just check google.
 
Back
Top