Anyone got an example for using ASP and ORACLE instead of ACCESS?
Gary
Printable View
Anyone got an example for using ASP and ORACLE instead of ACCESS?
Gary
The only thing really different is the connection string
Code:cnConn.Open "Provider=MSDAORA;Data Source=" & ENVIRONMENT, USERID, PASSWORD
What about the oracle database itself... sorry, i should mention never done anything before with oracle databases.
Where you have in ASP sqlString = "SELECT * FROM DB"
How do you actually create a database in ORACLE what do i need.. I did some years ago before i know tehnology moved on a little.. i was doing
CREATE EMP TABLE FROM EMPLOYEES WHERE WAGES > 100 etc..