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...
Show off your group to the world. Share a photo of your group with us.

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 1307 - 1336 of 1863   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1307
... Subject: Re: Welcome to oo4ole Date: Thu, 31 Jan 2002 14:21:14 -0800 From: "Lazar Milicevic" <lazzarom@...> To: "oo4ole Moderator"...
Steve Chapman
scc14433
Offline Send Email
Feb 2, 2002
3:18 am
1308
I have Oracle 8 personal edition and OO4O. But I don't seem to have a documentation of properties and methods of the objects. Can someone tell me what...
ct_hiker_99
Offline Send Email
Feb 8, 2002
3:17 am
1309
Can you use oo4o with personal edition? I haven't heard anything either way, though I'd tend to guess 'no'. I'd be interested to know if its possible. Sam ...
Sam Berlin
thenplay
Offline Send Email
Feb 8, 2002
3:56 am
1310
I have OO4O apps running against personal oracle on my laptop with no difference or problems at all. Works very well. Regards, Todd Trask MicroEase Ltd. ... ...
Trask, Todd (ELG/EGL)
ttrask@...
Send Email
Feb 8, 2002
12:52 pm
1311
Look for the help file that installs with OO4O; it contains all the documentation. You should have a shortcut to it from your start menu if OO4O is correctly...
Mark Tomlinson
marktoml@...
Send Email
Feb 9, 2002
2:48 pm
1312
I'm trying to link OO4OLE with my VC++/MFC application. Everything works in Release mode, but when I try to build in Debug mode, I get unresolved external...
Ken Sutherland
ragbag99jp
Offline Send Email
Feb 14, 2002
5:29 am
1313
Got it! The trick is to look in C:\Oracle\Ora81\oo4o\CPP\MFC and build OMFC40.MAK. This creates omfc40.lib in C:\Oracle\Ora81\oo4o\CPP\MFC\LIB\DBG which can be...
Ken Sutherland
ragbag99jp
Offline Send Email
Feb 14, 2002
5:55 am
1314
Hi! Can anybody give me a code to bind an OO4O Control (ORADC1) to a DataGrid in VB6? Thanks a lot. Robin...
rphildawa
Offline Send Email
Feb 27, 2002
12:11 am
1315
Use the grid that ships with vb5. The one that comes with vb6 only works wih oledb. ... __________________________________________________ Do You Yahoo!? ...
c shay
cshay@...
Send Email
Feb 27, 2002
9:28 am
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
Offline 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
Messages 1307 - 1336 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