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 1483 - 1512 of 1863   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1483
The following oo4ole poll is now closed. Here are the final results: POLL QUESTION: Do you plan to use Oracle Objects for OLE in future software applications...
oo4ole@yahoogroups.com
Send Email
Nov 1, 2002
8:32 am
1484
Just a word of advice... It looks as though Oracle may be phasing this out in favor of ODP.Net of the OLEDB provider. There have been no OFFICIAL statements,...
mark tomlinson
marktoml
Offline Send Email
Nov 1, 2002
1:22 pm
1485
I am using oo4o(oracle9i) in Borland C++ Builder6, I import the oip9.tlb and use the COM interface directly. But there is a strange question for me: When I...
Eric Lao
laojq99
Offline Send Email
Nov 5, 2002
6:22 am
1486
I'm a newbie to Oracle, so please bear with me... I need to query my database using parameters from a VB form. I read over and over that it's poor form to...
Cory Harbour
quietharbour
Offline Send Email
Nov 6, 2002
5:08 pm
1487
Hi, I am trying to extract members of procedure of an Oracle package from visual basic. I tried to use metadata object, but I have to call recursively in case...
Gupta, Ashish Darwin ...
dar_win_ind
Offline Send Email
Nov 11, 2002
1:46 pm
1488
I will be out of the office starting 11/08/2002 and will not return until 11/18/2002. Please direct any system issues to the IT Ops Help Desk or any system...
eric.mccraw@...
Send Email
Nov 12, 2002
7:01 am
1489
Is it me or is oo4o very slow to open a database? I'm using ASP>Oracle and instantiating the object using the OraSession way, and OraSession.OpenDatabase is...
MaTias
man95002
Online Now Send Email
Nov 21, 2002
4:13 pm
1490
i think you are using a dedicated conection for each query, and that is too slow. for better performace you can use a pool of conection that you can open in ...
Obed Isaac Santisteba...
oisg_os
Offline Send Email
Nov 21, 2002
9:24 pm
1491
I am trying to use the AddTable method for a string variable. I have set the data type to varchar2 but I am getting an error: OIP-04126: Invalid argument...
Geoffrey
CR_Geoff
Offline Send Email
Nov 25, 2002
11:22 pm
1492
Hello There! I have a trigger on my Oracle Database so that when a record is inserted it automatically creates a new unique primary key for that record. I...
jero_43
Offline Send Email
Nov 27, 2002
3:05 am
1493
Better u use Oracle sequnces cuz ur method will fail in multiuser environment if some concurrency happenend and alter ur table and turn ur jobnum filed to...
Fahim Ahmed
fames28@...
Send Email
Nov 27, 2002
5:39 am
1494
Dear all. Can any body send me a doc or the URL which lists out the APIs for main DB functionalities like ...
janakiramank@...
Send Email
Nov 27, 2002
11:21 am
1495
Agree with the comment about using sequences. The way to get the value back, I would think, would be via the returning clause on your insert statement. ...
ericschrauth
Offline Send Email
Nov 27, 2002
5:21 pm
1496
Maybe the better way for get a unique value is create a sequence for oracle and use that. you can get the next value from the sequence before insert into the...
Obed Isaac Santisteba...
oisg_os
Offline Send Email
Nov 28, 2002
12:11 am
1497
Thank You People! I just solved my problem... Here was my solution. Private m_odaDatabase As OraDatabase Dim lngNewNum As Long Dim ossState As OraSqlStmt ...
jero_43
Offline Send Email
Nov 28, 2002
2:30 am
1498
We would like to introduce ourselves as Skots Consultants, a professionally managed company specializes in Executive Search and Selection. We have a team of...
laxmiole
Offline Send Email
Nov 28, 2002
4:28 pm
1499
I am trying to prove that OO4O is the way forward, but my current tests show it under performs our current ado COM interface. When stress testing our in-house...
garyepl
Offline Send Email
Dec 3, 2002
10:27 am
1500
We would like to introduce ourselves as Skots Consultants, a professionally managed company specializes in Executive Search and Selection. We have a team of...
laxmiole
Offline Send Email
Dec 5, 2002
2:32 pm
1501
Dear Broadvision Consultant, How are you doing! I represent Zend Consulting Services, a premier Recruitment Solutions and Executive Search firm specializing in...
Zend Consulting Servi...
avipul
Offline Send Email
Dec 6, 2002
6:42 pm
1502
I am using oo4o Class library. I am inserting arrays into the database This is my code (it is simplified): // C++ Code OStartup(); oRes = m_o_Session.Open();...
Yoav Shilon
yoavshilon
Offline Send Email
Dec 11, 2002
7:52 am
1503
Yoav I do the smae in VB and have no problem passing null as a parameter value. Check if the table that gets the insert allows null, or the SP may not allow...
Ofer Gal
ofergal
Offline Send Email
Dec 11, 2002
10:36 pm
1504
Just create an empty OValue object and add it. The default value for them is NULL. ... From: Ofer Gal To: oo4ole@yahoogroups.com Sent: Wednesday, December 11,...
mark tomlinson
marktoml
Offline Send Email
Dec 15, 2002
2:26 am
1505
I am using Visual C++ and using oo4o the ole way I am try to call stored procedure that have Clob as parameter in it seems the the OraParameters Add method...
Yoav Shilon
yoavshilon
Offline Send Email
Dec 22, 2002
12:23 pm
1506
hi there how is your preparation for oracle certification going on 3 selftests of oracle 9i dba track are available only for $60 sql9i fundamental1 ...
latest_tests <latest_...
latest_tests
Offline Send Email
Dec 28, 2002
3:38 pm
1507
I have a huge MFC/C++ application with about 1000 SQL statements embedded in it. Mostly it uses oo4o (there's also some legacy ODBC/CRecordset stuff I'm...
larryleonard2003 <Lar...
larryleonard...
Offline Send Email
Dec 30, 2002
8:10 pm
1508
I don't have any examples of OO4O in any flavor of C, but I can answer your other questions. OO4O is an install option of the Oracle client installation, so...
ericddeyo@...
ericddeyo
Offline Send Email
Jan 2, 2003
8:35 am
1509
I am trying to access a store proc that has an optional parameter. I have not been able to get this to work in code using OO4O. Any help is appreciated. The...
Geoffrey <cr_geoff@...>
CR_Geoff
Offline Send Email
Jan 3, 2003
5:04 pm
1510
Hi all How to call a stored procedure from OO4O using VC++...
alaa210 <alaa210@...>
alaa210
Offline Send Email
Jan 27, 2003
12:45 pm
1511
hello, i want to know how to use stored procedure in vb using oo4ole. thanks ===== AMIT JAIN ...
amit jain
jainamit76
Offline Send Email
Feb 4, 2003
4:23 am
1512
Try to use such coding.............. dim OraSession as orasession dim oradatabase as oradatabase Set OraSession =...
salam uddin
aries10041966
Offline Send Email
Feb 4, 2003
6:08 am
Messages 1483 - 1512 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