Hi I am using the "oraclm32.lib" for accessing the Oracle AQs. I have faithfully followed the sample code present in "ORA_HOME\oo4o\CPP\WORKBOOK\AQ" for both...
It looks to me like you are missing the deletes after the closes:- delete o_message; delete o_queue; delete o_database; Regards Adrian ... From:...
Adrian Capp
a.capp@...
Jul 7, 2003 11:41 am
1557
That's right you have to liberate the memory you allocated during creation of oo4o's objects. ... De : Adrian Capp [mailto:a.capp@...] Envoyé : lundi...
Hi Thanks for the reply. No. That's not the case. I do indeed have the deletes after the closes. But the point is that my App is designed to run continuously...
Hi When I enqueue to the AQ using oraclm32.lib, sometimes I catch the foll. Oracle exception: 8208=[Enqueue error in AQ object, OIP-04997: Error creating AQMsg...
Hi If there is some other forum which is more relevent for posting questions concerning OCI please let me know. Anyway my question is: I have written an app in...
hi; i'm having trabel to veiw the one table throw dba studiw ; what i did is i left to table Data Editor so it has open one screan to select 1. Display All...
We had 8i clients quering 8i and 9i databases with AMERICAN_AMERICA.WE8ISO8859P1 characterset working fine Now we upgraded to 9i client and new oo4o and the MS...
Hi When I am using oraclm32.lib in 9i, and the app is running 24hr/day, I catch an exception on ...... ole32, let my app crash. Can someone point out how to...
Hi When I am using oraclm32.lib in 9i, and the app is running 24hr/day, I catch an exception on ...... ole32, let my app crash. Can someone point out how to...
Sorry, I think I didn't describe the problem clearly. I am using OLE in my application, server side. In client I send a message to server side , call a stored...
Hi I am Creating an COM components in VB and deploy it in Com+ Services I am Using OO4O for making an Connection to the database.When I using OpenDatabase...
Hello, I have the following types defined in Oracle: TYPE rec_inv_flex_col_details IS RECORD (ita_attrib_name nm_inv_type_attribs.ita_attrib_name%TYPE ...
Hi! this is pritam. I am doing a program in C++. But i am facing the coding problem. Here is the attachment. If you know how to code this please send me coding...
... From: andro hutson To: oo4ole Moderator Sent: Thursday, August 21, 2003 11:17 PM Subject: Looking for help to solve the c++ coding Hi! this is pritam. I am...
Thanks for the reply. Yea, thats what I thought too. I re-installed and downloaded the latest version and I still get the same thing. ... Yahoo! SiteBuilder...
I will be out of the office starting 08/28/2003 and will not return until 09/08/2003. Please direct any system issues to the IT Ops Help Desk or any system...
eric.mccraw@...
Sep 4, 2003 6:04 am
1575
I'm doing an array update using OO4O. Let's say I'm updating 1000 rows in a table, and it fails. How do I figure out *which* of the 1000 failed? I assume it...
Hi All; I have a package which is already installed on ORACLE side. this packages could run in a certain mode where it prints information as it goes on doing...
In this situation do I need to close the OParameter and OParameterCollection? Thanks for your help. ODatabase odb; OParameterCollection opa_Map; OParameter...
I would like to find out how I can bind a BLOB field as one of the parameters to an INSERT statement to be passed to an ExecuteSQL call? I was trying to use...
I was having some major problems selecting fields from two different tables with identical field names. e.g. SELECT A.Name, B.Name from TABLE1 A, TABLE2 B...
I will be out of the office starting 10/23/2003 and will not return until 10/27/2003. Please direct any system issues to the IT Ops Help Desk or any system...
eric.mccraw@...
Oct 24, 2003 6:02 am
1583
=================================================================== To post a message, send email to: oo4ole@yahoogroups.com To subscribe, send an email to:...
I thought that this is how it is supposed to work. I have seen a similar thing with ODBC. I think its to do with binding the data to the columns in the...