Can Structured Query Language, when used within an Active Server Pages 3.0 document, provide the Internet user the ability to interact with raw data from an Oracle 8i database.
If you are asking if an ASP page can access an Oracle database, then by all means, yes... just use the Oracle ODBC driver -- which is most easily set up through a DSN (Data Source Name) and you're good to go working with any database -- Oracle, Access, FoxPro, Sybase, whatever
As long as there is an ODBC driver, then you're in business -- and as long as you stick with ANSI Standard SQL for accessing the data, then changing databases is as simple as changing connection objects.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.