|
-
Mar 6th, 2001, 11:37 AM
#1
Thread Starter
Hyperactive Member
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
-
Mar 7th, 2001, 12:14 AM
#2
Frenzied Member
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..
-
Mar 7th, 2001, 05:09 AM
#3
Thread Starter
Hyperactive Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|