Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Software > Ado Data RDS > Data access Ora...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 3 Topic 233 of 305
Post > Topic >>

Data access Oracle 9.0.2

by =?Utf-8?B?Sk1T?= <JMS@[EMAIL PROTECTED] > Jan 27, 2005 at 10:49 AM

I am trying to access an Oracle 9 database using ADO.  The problem I am 
having is currently the provider is MSDAORA.  To my knowledge this will
not 
work in accessing a 9i database. Does anyone know how I can access Oracle
9i 
using classic ASP and vbscript? This is an example of the code in the web 
page. If anyone can help it would be greatly appreciated. 

sUserID = Request("ID")
sPassword = Request("Password")
Session("ErrMsg") = ""

'establish database connection
sDatabase = Application("database")
Set oConn = Server.CreateObject("ADODB.Connection")
oConn.Provider = "MSDAORA"
oConn.CursorLocation = adUseClient
'see if we can successfully connect
oConn.Open sDatabase, sUserID, sPassword
 




 3 Posts in Topic:
Data access Oracle 9.0.2
=?Utf-8?B?Sk1T?= <JMS@  2005-01-27 10:49:03 
Re: Data access Oracle 9.0.2
"Brian Muth" &l  2005-01-27 13:49:11 
Re: Data access Oracle 9.0.2
Mikhail Nemtsev <laflo  2005-04-16 02:10:05 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Sat Nov 22 14:39:25 CST 2008.