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 1471 - 1500 of 1863   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1471
Dear Oracle Financials Professional, I represent Zend Consulting Services, a premier Recruitment Solutions organization. At this time we have immediate...
Zend Consulting Servi...
avipul
Offline Send Email
Oct 2, 2002
12:38 pm
1472
Hello experts, I developed my VB6.0 application with Oracle8i(oo4o 8.1.6) in WindowNT. Later on i copy my application to an another machine with Window xp and...
Xin - Peng
xpeng@...
Send Email
Oct 3, 2002
3:22 pm
1473
Hi all, I got this error at the line where I am calling a stored procedure from database (Oracle), I don't have any date field in my database and in my code. ...
Uzma Aman
uzaman5
Offline Send Email
Oct 4, 2002
11:42 am
1474
Hi All, I want name of foriegn table and foreign keys of a table, I have table name only. please help. send me the query. Thanks Lalitesh Kumar ===== Lalitesh...
lalitesh kumar
lalitesh_k
Offline Send Email
Oct 7, 2002
10:49 am
1475
Hello mate You can do this by running the following select statement, this will show foreign keys on the table you want. You will need to log into the database...
moxenuk20
Offline Send Email
Oct 10, 2002
10:31 am
1476
dear friends, I am tryin to install Oracle8i client, it gives an error as "jwre Illigal opration, contact ur programm vendon." What might be the possible...
lalitesh kumar
lalitesh_k
Offline Send Email
Oct 14, 2002
12:12 pm
1477
Hi which machine u r using currenlty since on P4 it gives same error while installing oracle.if it is P4 then tell i will send u patch. ... ...
Fahim Ahmed
fames28@...
Send Email
Oct 14, 2002
1:32 pm
1478
may be it help you: copy the INSTALL directory from the CD to the hard disk, (d:). change the ORAPARAM.INI file, it is on the INSTALL directory ...
Obed Isaac Santisteba...
oisg_os
Offline Send Email
Oct 14, 2002
6:27 pm
1479
Hello mate Had this same problem myself and routed it to the JRE, try installing v131 from java.sun.com. This should solve the problem for ya Cheers Graham...
moxenuk20
Offline Send Email
Oct 15, 2002
10:34 pm
1480
Dear Freinds, I got the solution of installing oracle8i client on p4, and the correct and perfect solution is like this. First, go to ...
lalitesh kumar
lalitesh_k
Offline Send Email
Oct 16, 2002
6:01 am
1481
hi members i really need urgent help. i have designed a database application in VB and want to generate dynamic reports (ie reports on dynamic queries) i came...
Azhar Azim
aazim81
Offline Send Email
Oct 29, 2002
8:21 pm
1482
My VB app allows the user to select which columns they want to see on the report. The crystal report file has formula's rather than fields. Then I just plop...
Tennett, Eric R.
etennett
Offline Send Email
Oct 29, 2002
8:36 pm
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
Messages 1471 - 1500 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