:: Forum >>

datagrid with oracle using js

I am looking for sample code to fill datagrid with oracle data using js rather than asp or php. There were several posts on the forum but no response has been posted yet.
cfw
Friday, March 21, 2008
You'd need to explain what you mean when you say "rather than asp or php".

Oracle is a database backend. Its no different to any other database backend. Whether its Sybase, MS SQL Server or MySQL, etc.

Asp and php are interface tools for creating web pages and have nothing intrinsically to do with Oracle.

You should be able to extract data by whatever means you usually use with Oracle and fashion it for the web. Usually, this would be via some sort of CGI script. Depending on your web server platform, it could be a perl or shell script, a compiled program or asp or php. php comes with an Oracle module.
Anthony
Friday, March 21, 2008

This topic is archived.


Back to support forum

Forum search