Results 1 to 3 of 3

Thread: Oracle

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2000
    Location
    Manchester
    Posts
    446
    Anyone got an example for using ASP and ORACLE instead of ACCESS?

    Gary
    "Life isn't about finding yourself. Life is about creating yourself."
    --George Bernard Shaw

  2. #2
    Frenzied Member monte96's Avatar
    Join Date
    Sep 2000
    Location
    Somewhere in AZ
    Posts
    1,379
    The only thing really different is the connection string


    Code:
    cnConn.Open "Provider=MSDAORA;Data Source=" & ENVIRONMENT, USERID, PASSWORD
    oOOo--oOOo
    __/\/\onte96
    oOOo--oOOo
    Senior Programmer/Analyst
    MCP
    [email protected]
    [email protected]


    Your results may vary.. some restrictions may apply.. pricing and participation may vary.. not available in all states.. professional driver closed course..quantities limited..

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2000
    Location
    Manchester
    Posts
    446

    Oracle

    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..
    "Life isn't about finding yourself. Life is about creating yourself."
    --George Bernard Shaw

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width