Search the web
Sign In
New User? Sign Up
oo4ole · Oracle Objects for OLE (OO4O) Users List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1334 - 1365 of 1863   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1334
check this lines: ' here you are adding a parameter type number, and your variable name it's strHRNum (type string ?) OraDatabase.Parameters.Add "strHRNum",...
Mario Alejandro Garci...
magaba
Offline Send Email
Apr 1, 2002
4:47 pm
1335
Hi! We have this ASP application that connects to an Oracle server using OO4O. During testing all was well, but when we released this on the live server, it...
anuragag_iitk
Offline Send Email
Apr 5, 2002
7:05 am
1336
can you display the sentence SqlQuery before/after the line DataFields=OraDatabase.CreateDynaset(SqlQuery,0) ??? try this: Response.Write SqlQuery Response.End...
Mario Alejandro Garci...
magaba
Offline Send Email
Apr 5, 2002
3:19 pm
1337
Hi, Using oraOLEDB.Oracle.1 oledb provider I am able to return multiple recordsets from a stored procedure. I'm considering using OO4O, will I still be able...
johngalilee
Offline Send Email
Apr 10, 2002
2:40 pm
1338
Using OO4O to access Oracle database through VB, it has database object pooling mechanism. And I understand that there is single connection to database using...
mharne
Offline Send Email
Apr 10, 2002
7:51 pm
1339
One OraSession OraDatabase(1),OraDatabase(2),OraDatabase(3) given at time there are three methods access three different OraDatabase objects for: ...
mharne
Offline Send Email
Apr 10, 2002
8:33 pm
1340
Any one has VB sample for using Oracle Advance queueing in a VB application....
ofergal
Offline Send Email
Apr 11, 2002
8:40 pm
1341
Can you send some example for return multiple recordsets from a stored procedure. with oraOLEDB.Oracle.1 oledb provider Please? ... multiple ... how)?...
ofergal
Offline Send Email
Apr 11, 2002
8:42 pm
1342
Hi Kris, I am trying the same moitoring process using VB and calling the monitorQ method of OraAQ object: ###4. Call the monitor as follows : ...
mharne
Offline Send Email
Apr 15, 2002
10:33 pm
1343
Hi Mak again, Callback::Notify is not getting called at all? trying your solution ... Mak ... etc.. ... them ... with ... name. ... it´s ... NotifyMe ... ...
mharne
Offline Send Email
Apr 15, 2002
11:49 pm
1344
Hello: I'm trying to return a value from a LONG datatype file. I have included a sample below. The error message that I get is OIP-04131: Field processing...
b_bahrenburg
Offline Send Email
Apr 17, 2002
1:05 am
1345
Hi, Sorry for the late response. But I can get the SQL query after that point and that query is also ok . I can execute it in SQL plus. -- Asim ... it for ... ...
anuragag_iitk
Offline Send Email
Apr 18, 2002
11:52 am
1346
I am since a long time a C programmer I find this product very interesting. I can execute interpreted code directly on my PC microprocessor ...
babbouux
Offline Send Email
Apr 18, 2002
10:43 pm
1347
can you send the sentence ? pls send the string query result. gbaltazar From: "anuragag_iitk" <anuragag_iitk@...> Reply-To: oo4ole@yahoogroups.com To:...
Mario Alejandro Garci...
magaba
Offline Send Email
Apr 19, 2002
4:05 pm
1348
When I switch from ODBC to OO4O, one thing I can't manage is to get return value from a function by parameters (stored procedure is fine). OO4O provides ...
S. Shen
shshjun
Online Now Send Email
Apr 22, 2002
3:03 pm
1351
I would greatly appreciate any and all help the membership of this group can provide. I have a VB6 app that uses OO4O to connect to our Oracle database. I...
ericddeyo
Offline Send Email
Apr 27, 2002
7:46 am
1352
Hello to all my Oracle friends. I would like to help you all just by selling you the selftest softwares for the Oracle 8i DBA track only for $99. The original...
Oracle Self Test Soft...
oracle_selftest
Offline Send Email
Apr 28, 2002
9:47 am
1353
We actually got around this by passing in a parameter called "return_code" as an out parameter. - Glen ... return value ... provides ... sample code....
notshakespeare
Offline Send Email
Apr 29, 2002
5:48 pm
1354
Hi I'm having difficulty selecting the required data from two tables either with a sql statement or PL/SQL. I was wondering if anyone could help. The data...
al
alpher25
Offline Send Email
Apr 30, 2002
11:23 am
1355
hi, Can anyone send me information on OO4O ver 8.0.5.3.4 viz readme or installation instruction etc.,i'm badly in need of it. Regards, Venki....
venki_vj
Offline Send Email
Apr 30, 2002
1:02 pm
1356
try this: select i.itemid, i.itemname, i.description, i.askingprice, i.notifyprice, i.sellerid, listingdate, expirationdate, itemstatus, max(bidamount) from ...
Mario Alejandro Garci...
magaba
Offline Send Email
Apr 30, 2002
3:07 pm
1357
Works great. Thanks! One problem though - I also need all rows from the item table (where the 'itemstatus' is 'active' and the 'expirationDate' is greater...
alpher25
Offline Send Email
Apr 30, 2002
3:20 pm
1358
Sorry -one more thing Is it possible to also select the corresponding bidderID for the max(BidAmount)? I tried: select i.itemid, i.itemname,...
alpher25
Offline Send Email
Apr 30, 2002
3:42 pm
1359
mabe a book on sql would go a long way...... may i suggest the O'Reilly scorpion book. maybe then everyone on this list doesn't get all these sql how-tos ... ...
eric.mccraw@...
Send Email
Apr 30, 2002
4:26 pm
1360
Sorry if I cluttered your inbox. I'm a student learning SQL and PL/SQL. I have some books but didn't know where to look. -----Original Message----- From:...
alpher25
Offline Send Email
Apr 30, 2002
4:46 pm
1361
hmmmm then... try this: select i.itemid, i.itemname, i.description, i.askingprice, i.notifyprice, i.sellerid, listingdate, expirationdate, itemstatus from item...
Mario Alejandro Garci...
magaba
Offline Send Email
Apr 30, 2002
5:27 pm
1362
OK, A member of the group recommended that I move my On Error statement to the beginning of the subroutine. No joy. same result. The exception propogates...
ericddeyo
Offline Send Email
Apr 30, 2002
9:30 pm
1363
Tell me please why i encounter ora 3113 End of comunication... the error at the first DB.execute, when I call a stored procedure with 23 parameters, IN , OUT<...
Lavinia Patze
lavinia_mesa...
Online Now Send Email
Apr 30, 2002
11:53 pm
1364
If you're developing within the VB IDE, make sure your error-handling options are set correctly. Tools -> Options -> General [a tab] -> Error Trapping [a...
Sam Berlin
thenplay
Offline Send Email
May 1, 2002
4:07 am
1365
Kudos to you, Sam. I had a feeling that there was something about the environment that would resolve my obstacle. Your recommendation has made me a happy...
ericddeyo
Offline Send Email
May 1, 2002
9:03 pm
Messages 1334 - 1365 of 1863   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help