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...
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...
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...
Can you send some example for return multiple recordsets from a stored procedure. with oraOLEDB.Oracle.1 oledb provider Please? ... multiple ... how)?...
Hi Mak again, Callback::Notify is not getting called at all? trying your solution ... Mak ... etc.. ... them ... with ... name. ... it´s ... NotifyMe ... ...
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...
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 ... ...