I want to display an oracle database thru a webpage. Just a dump of the table for now. Ive done a fair bit of asp and access.
Im not sure which is better to use with oracle. asp, jsp, or php. Suggestions on where to start?
The type of database doesn't have much bearing on what coding technology you use to access it, unless the technology you choose has some special benefits. But if you're just running standard SQL queries, use what you are familiar with.