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 your group to be featured on the Yahoo! Groups website? 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 1316 - 1345 of 1863   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1316
I'm learning VC++ and C# can anyone recommend books or reference materials on learning to use oo4o with VC++ or C#. Thanks in Advance, Ben...
b_bahrenburg
Offline Send Email
Mar 15, 2002
2:49 am
1317
I am writing an application with VC++ using OO4O. In this application, I can read data from table and show on Edit Box. However, I can not add new record or...
Chinh Nguyen
nhchinhvn
Offline Send Email
Mar 15, 2002
6:35 am
1318
It is said that oo4o do not support the cursor and all records are fetched at a time when the dynaset is open. Is it true? and how I can control the size of...
caiyj2000
Offline Send Email
Mar 19, 2002
3:21 am
1319
Can anyone point me to a source for info on database paging using oo4o?...
gjensen
Online Now Send Email
Mar 19, 2002
6:57 pm
1320
The only book I've ever found on oo4o is Oracle Programming with Visual Basic (0782123228). Before you cringe and say not VB let me assure this book is worth...
curt_melissa
Offline Send Email
Mar 22, 2002
12:43 am
1321
Is there anyway using oo4o to connect as SYSDBA or SYSOPER? If so could someone provide a sample connection string. Regards, Benjamin Bahrenburg...
b_bahrenburg
Offline Send Email
Mar 22, 2002
10:34 pm
1322
Although there might be a way, you might want to try using the 'internal' account, which is defined as 'sys' connecting as sysdba. The username is internal,...
Sam Berlin
thenplay
Offline Send Email
Mar 22, 2002
10:52 pm
1323
Sam, thanks for the advise. So there is no option for how you want to connect offered by oo4o? Unfortunately one of the systems that I will be connecting to...
b_bahrenburg
Offline Send Email
Mar 23, 2002
12:18 am
1324
Hi everybody !! i have a page ASP using oo4o. i can see the rows in the database. now, i have to create a chart with a select in database oracle 9i please see...
magaba
Offline Send Email
Mar 26, 2002
1:33 am
1325
I don't know what kind of object is OWC.Chart.DataSource. But have you tried a type cast? Perhaps it might work... Fabio -- Mensagem original -- ... Use o...
yo_la_tengo@...
kem01br
Offline Send Email
Mar 26, 2002
6:52 am
1326
cast in a recordset ???? can you help me??? other cuestion: the dynaset object, it's equal than a recordset object ? thks Fabio !!!! gbaltazar From:...
Mario Alejandro Garci...
magaba
Offline Send Email
Mar 26, 2002
5:06 pm
1327
Hi User Group, I am new in here. I want to do a function call to an oracle database in Excel spreadsheet. I want to pass in a value and expect a return call....
vannarinheng
Offline Send Email
Mar 26, 2002
7:21 pm
1328
Hello all. I'm new to Oracle and I'm starting an ASP(VBScript)/ ODBC / Oracle project. My tables have, as Primary Keys, "autoincrement" columns which are...
lastritesdf
Offline Send Email
Mar 26, 2002
11:29 pm
1329
Try SELECT MAX(band_id)... Regards, Mark Tomlinson ... http://www.tomlinson-web.net/ ... From: lastritesdf [mailto:lastritesdf@...] Sent: Tuesday, March...
Mark Tomlinson
marktoml@...
Send Email
Mar 27, 2002
12:08 am
1330
I doubt you can bind the record set directly to the other control as a data source. Have you tried using the ORADC (Oracle Data Control)? That is what it is...
Mark Tomlinson
marktoml@...
Send Email
Mar 27, 2002
12:10 am
1331
I couldn't let my own question without an answer, could I ?? :) I've read that I DO need oo4o to work with variable binding, so I got the thing to work, used...
lastritesdf
Offline Send Email
Mar 27, 2002
2:58 am
1332
Hey guys, I am trying to use OO4O to pass values in and recieve a value back from a stored procedure. I keep getting the error: ORA-01401: inserted value too...
frankzoff
Offline Send Email
Mar 28, 2002
6:45 pm
1333
You can also use the user data dictionary views to get the current and next allocated sequence number ... From: Mark Tomlinson To: oo4ole@yahoogroups.com Sent:...
Benjamin Bahrenburg
b_bahrenburg
Offline Send Email
Mar 30, 2002
3:56 am
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
Messages 1316 - 1345 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