RE: calling Oracle stored procedures from ASP/ADO

2002-11-27 Thread Khedr, Waleed
I found this, I hope it helps, I will need this also some time soon: http://groups.google.com/groups?q=stored%2Bprocedure%2Boracle%2Bado%2Bparame tersstart=20hl=enlr=ie=UTF-8oe=UTF-8selm=%23Q%23RLKqACHA.2228%40tkmsft ngp02rnum=21 -Original Message- Sent: Wednesday, November 27, 2002

RE: calling Oracle stored procedures from ASP/ADO

2002-11-27 Thread mantfield
Why are you / he / sh using ODBC ? OO4O is far superior and can make native DB calls using OCI, etc, at least that is what the VB guru contrator I have hired tells me, and I trust him. He says that ODBC compared to OO4O is a POS. The code he has written for me works like a charm, calls Oracle

RE: calling Oracle stored procedures from ASP/ADO

2002-11-27 Thread Khedr, Waleed
I was told the OO4O is very rich and very slow. Do not know if it's true. Waleed -Original Message- Sent: Wednesday, November 27, 2002 3:16 PM To: Multiple recipients of list ORACLE-L Why are you / he / sh using ODBC ? OO4O is far superior and can make native DB calls using OCI, etc,

RE: calling Oracle stored procedures from ASP/ADO

2002-11-27 Thread Jared . Still
Thanks Waleed, I've passed it on. Jared Khedr, Waleed [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 11/27/2002 11:58 AM Please respond to ORACLE-L To: Multiple recipients of list ORACLE-L [EMAIL PROTECTED] cc: Subject:RE: calling Oracle stored

Re: calling Oracle stored procedures from ASP/ADO

2002-11-27 Thread Jeff Herrick
Hi Jared, The following will work assuming you're using the Oracle OLE DB Provider. Note that this is _not_ the same thing as OO40 - Oracle Objects for OLE or as I like to call it Oracle Oily Objects =8-) I had a little trouble getting it going until I hard-coded the enumerated values for

RE: calling Oracle stored procedures from ASP/ADO

2002-11-27 Thread Jared . Still
stored procedures from ASP/ADO Why are you / he / sh using ODBC ? OO4O is far superior and can make native DB calls using OCI, etc, at least that is what the VB guru contrator I have hired tells me, and I trust him. He says that ODBC compared to OO4O is a POS. The code he has written for me

Re: calling Oracle stored procedures from ASP/ADO

2002-11-27 Thread Jay
ORACLE-L [EMAIL PROTECTED] cc: Subject:RE: calling Oracle stored procedures from ASP/ADO Why are you / he / sh using ODBC ? OO4O is far superior and can make native DB calls using OCI, etc, at least that is what the VB guru contrator I have hired tells me, and I trust him