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

Home -> Community -> Usenet -> c.d.o.server -> Re: desperate: oracle 7.4.3.2 & visual basic 6.0 via oledb

Re: desperate: oracle 7.4.3.2 & visual basic 6.0 via oledb

From: Rick Losey <rlosey_at_hotmail.com>
Date: Tue, 22 Jun 1999 23:46:46 -0600
Message-ID: <iw_b3.175$U16.710@news.megsinet.net>


If you use the Oracle ODBC driver, use ODBCTest to see if you can connect and perform your ops. If you can't, then you have an ODBC error. If you are using Microsoft's ODBC driver, try using Oracle's (and the reverse).

Make sure that you have Visual Studio's SP2 installed.

If you are using ADO, then if you are using ADO 2.0 you must use Microsoft's ODBC driver
If you are using ADO 2.1, then you can't use Oracle at all (reliably) Talk to Oracle support if ;you have a question on this. ADO 2.1.1.37 and higher seems to work.

Hope this helps.

Rick
<elmex_at_bigfoot.com> wrote in message news:7katvc$j6m$1_at_nnrp1.deja.com...
> Hi,
>
> as an absolute newbie in database programming i have a problem, which
> really drives me MAD.
>
> I access the Oracle Server 7.4.3.2 (DGOX 4.20 MU 01) via oledb and vb
> 6.0 enterprise edition.
>
> As long as the results of my queries are quite small or the level of
> complexity is low, everything works nice and easy.
>
> but as soon, as the complexity is on a higher level the following
> things starts to happen:
>
> i can not use alot of oledb methods anymore (like .count, or .filter
> etc).
> .movenext works still fine, so i could live with this phenomen.
>
> BUT: when the complexity rises a little bit more (or the pure size of
> the data given back by the sql statement) visual basic hangs up
> completely after it sent the sql statement.
>
> -> ladelirs.Open mysql, db, adOpenStatic, adLockOptimistic
>
> No error message, no resonse....
>
> The only solution is killing the task, then.
>
> i have tried the same statement via the admin tool of the oracle
> server, and i get back everything i want, so it cannot be an error in
> the sql statement.
>
> This really drives me mad, as i have no idea, how to find a way out of
> this problem.
>
> any suggestions would be VERY welcome !!!
>
> Elmar
>
>
> Sent via Deja.com http://www.deja.com/
> Share what you know. Learn what you don't.
Received on Wed Jun 23 1999 - 00:46:46 CDT

Original text of this message

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