Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Using bind variables with VB and ADO but viewing SQL_AREA shows non-bound parameters

Re: Using bind variables with VB and ADO but viewing SQL_AREA shows non-bound parameters

From: Jane O <janeohin_at_aol.com>
Date: Wed, 14 May 2003 13:36:38 -0400
Message-ID: <b9tur7$jm8$2@reader1.panix.com>


That is RIGHT.....
The "rule" is pretty simple - When it comes to Oracle development...if you want best integration, scalability,
, performance, best usage of Orace features, maintemance....just FORGET about M$ stuff....just forget it......
, use VB ONLY for what it is...a GUI build tool....don't let it or ODBC, ADO....talk to Oracle....it's a LOST case M$ and Oracle just don't like each other...

My OO4O app don't need no odbc driver....don't care if the machine has the lastest ADO.....just runs
and talks happily with Oracle.

Another advice: NO DDL/DML in VB....use package/stored objects.

Jim Kennedy wrote in message ...
>You could switch to OO4O. (Oracle's Ole Objects.) Has nice syntax, uses
>bind variables, is fast.
>Jim
>
>--
Received on Wed May 14 2003 - 12:36:38 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US