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...
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 ...
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@...
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@...
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...
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...
Use the grid that ships with vb5. The one that comes with vb6 only works wih oledb. ... __________________________________________________ Do You Yahoo!? ...
c shay
cshay@...
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...
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...
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...
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...
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, 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...
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...
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...
cast in a recordset ???? can you help me??? other cuestion: the dynaset object, it's equal than a recordset object ? thks Fabio !!!! gbaltazar From:...
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....
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...
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@...
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...
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...
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:...
check this lines: ' here you are adding a parameter type number, and your variable name it's strHRNum (type string ?) OraDatabase.Parameters.Add "strHRNum",...
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...
can you display the sentence SqlQuery before/after the line DataFields=OraDatabase.CreateDynaset(SqlQuery,0) ??? try this: Response.Write SqlQuery Response.End...