Ask a Question related to ASP Database, Design and Development.
-
Ralf Pelzl #1
Oracle and ASP
Hello,
i've wrote an ASP to connect to our Ora9i DB via ADODB:
<--- snip --->
set db=server.createobject("adodb.connection")
db.connectionstring="driver={Microsoft ODBC for
Oracle};ConnectString=mydb;Uid=me;Pwd=MyPwd"
db.open
<--- snip --->
it works... but now i want to use operating system authentication. if i use
it on MS SQL i write:
db.connectionstring="driver={SQL Server};TRUSTED_CONNECTION=yes"
but the trusted_connection parameter dont work on oracle. what i have to use
?
Thanks
Ralf
Ralf Pelzl Guest
-
Oracle Table Access With Oracle OLEDB Driver
If I use the Oracle client to access the Oracle database with DW 2004, it does not display any tables. If I use the Microsoft client it does work. ... -
[Macromedia][Oracle JDBC Driver][Oracle]ORA-01000:maximum open cursors exceeded
Here is the technote from Macromedia regarding this issue: http://www.macromedia.com/go/tn_17660 Hope this helps! -
#13053 [Com]: oci8 error, this kill oracle-prosseces in the oracle-instance.
ID: 13053 Comment by: gid at gifpaste dot net Reported By: jsun at basefarm dot no Status: Bogus Bug Type: ... -
#24950 [Bgs]: Compiling PHP --with-oci8 --with oracle (Oracle 9i) fails
ID: 24950 User updated by: fschulze at more-radio dot de Reported By: fschulze at more-radio dot de Status: Bogus... -
New 'Oracle Express / Oracle 9i OLAP' White Paper Available For Download
Plus Consultancy (http://www.plusconsultancy.co.uk) recently presented a white paper entitled "Express Evolution - What Oracle 9i OLAP Offers The... -
Bullschmidt #2
Re: Oracle and ASP
Don't know if this might hopefully help:
Able Consulting - ADO Connection String Samples
[url]http://www.able-consulting.com/ADO_Conn.htm[/url]
Connectionstrings.com
[url]http://www.connectionstrings.com[/url]
Best regards,
J. Paul Schmidt, Freelance ASP Web Consultant
[url]http://www.Bullschmidt.com[/url]
ASP Design Tips, ASP Web Database Demo, Free ASP Bar Chart Tool...
*** Sent via Devdex [url]http://www.devdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Bullschmidt Guest
-
Andrew S #3
RE: Oracle and ASP
Just curious, but what is the driver that you used there Ralf?
"Ralf Pelzl" wrote:
> Hello,
> i've wrote an ASP to connect to our Ora9i DB via ADODB:
>
> <--- snip --->
> set db=server.createobject("adodb.connection")
> db.connectionstring="driver={Microsoft ODBC for
> Oracle};ConnectString=mydb;Uid=me;Pwd=MyPwd"
> db.open
> <--- snip --->
>
> it works... but now i want to use operating system authentication. if i use
> it on MS SQL i write:
>
> db.connectionstring="driver={SQL Server};TRUSTED_CONNECTION=yes"
>
> but the trusted_connection parameter dont work on oracle. what i have to use
> ?
>
> Thanks
> Ralf
>
>
>
>
>Andrew S Guest



Reply With Quote

